Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp125 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp324 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
/freebsd/sys/cam/
H A Dcam_iosched.c781 bool can_write = wbp != NULL && in cam_iosched_has_io() local
786 …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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h474 inline bool can_write(const Twine &Path) { in can_write() function
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1996 void can_write(int tx) { in can_write() function
2622 can_write(wifd);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp877 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4543 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir()