Searched refs:can_write (Results 1 – 7 of 7) sorted by relevance
125 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
324 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
781 bool can_write = wbp != NULL && in cam_iosched_has_io() local786 …printf("can write %d: pending_writes %d max_writes %d\n", can_write, isc->write_stats.pending, isc… in cam_iosched_has_io()790 return can_read || can_write; in cam_iosched_has_io()
474 inline bool can_write(const Twine &Path) { in can_write() function
1996 void can_write(int tx) { in can_write() function2622 can_write(wifd);
877 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()
4543 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir()