Home
last modified time | relevance | path

Searched refs:can_write (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp126 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclient.c311 int can_read = 0, can_write = 0, can_execute = 0; in change_mode()
318 can_write = 1; in change_mode()
327 if (can_write) in change_mode()
336 if (can_write) in change_mode()
345 if (can_write) in change_mode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h477 inline bool can_write(const Twine &Path) { in can_write() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp800 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()