Searched refs:can_write (Results 1 – 6 of 6) sorted by relevance
126 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
734 bool can_write = wbp != NULL && in cam_iosched_has_io() local739 …printf("can write %d: pending_writes %d max_writes %d\n", can_write, isc->write_stats.pending, isc… in cam_iosched_has_io()743 return can_read || can_write; in cam_iosched_has_io()
326 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
477 inline bool can_write(const Twine &Path) { in can_write() function
1998 void can_write(int tx) { in can_write() function2624 can_write(wifd);
803 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()