Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c479 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() local
481 int tst_flag = (can_write || usr == owner || in create_check_hlinks()
495 can_write); in create_check_hlinks()
/external/clang/lib/Driver/
DCompilation.cpp84 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/external/llvm/include/llvm/Support/
DFileSystem.h415 inline bool can_write(const Twine &Path) { in can_write() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h426 inline bool can_write(const Twine &Path) { in can_write() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h459 inline bool can_write(const Twine &Path) { in can_write() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp651 if (!llvm::sys::fs::can_write(OutputPath)) { in createOutputFile()