Searched refs:can_write (Results 1 – 3 of 3) sorted by relevance
85 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
401 inline bool can_write(const Twine &Path) { in can_write() function
645 if (!llvm::sys::fs::can_write(OutputPath)) { in createOutputFile()