HomeSort by relevance Sort by last modified time
    Searched refs:can_write (Results 1 - 19 of 19) sorted by null

  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 479 int can_write = try_open(ufile->path, O_WRONLY) == 0; local
481 int tst_flag = (can_write || usr == owner ||
495 can_write);
  /external/clang/lib/Driver/
Compilation.cpp 84 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File))
  /external/llvm/include/llvm/Support/
FileSystem.h 415 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 426 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 456 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 414 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 414 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 456 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 414 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 414 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 442 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 651 if (!llvm::sys::fs::can_write(OutputPath)) {
    [all...]

Completed in 1820 milliseconds