Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp126 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/freebsd-13.1/sys/cam/
H A Dcam_iosched.c734 bool can_write = wbp != NULL && in cam_iosched_has_io() local
739 …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()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp326 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h477 inline bool can_write(const Twine &Path) { in can_write() function
/freebsd-13.1/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1998 void can_write(int tx) { in can_write() function
2624 can_write(wifd);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp803 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()