Searched refs:can_write (Results 1 – 18 of 18) sorted by relevance
56 my $can_write;59 $can_write = open(OUT, '>tmp_imp');63 skip("Cannot write test files: $!", 7) unless $can_write;
14 sub HTTP::Tiny::Handle::can_write { 1 };
18 sub HTTP::Tiny::Handle::can_write { 1 };
157 *HTTP::Tiny::Handle::can_write = sub {1};
72 $data->can_write($timeout)
102 $data->can_write($timeout)
114 sub can_write { subroutine
60 @a = $sel->can_write;
138 sub can_write subroutine 339 =item can_write ( [ TIMEOUT ] )
125 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
310 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
1199 $self->can_write1614 sub can_write { subroutine 1615 @_ == 1 || @_ == 2 || die(q/Usage: $handle->can_write([timeout])/ . "\n");
379 int can_read = 0, can_write = 0, can_execute = 0;386 can_write = 1;395 if (can_write)404 if (can_write)413 if (can_write)
477 inline bool can_write(const Twine &Path) { in can_write() function
870 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()
4460 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir()