Searched refs:can_write (Results 1 – 5 of 5) sorted by relevance
126 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
308 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
477 inline bool can_write(const Twine &Path) { in can_write() function
859 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()
4357 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir()