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

  /external/llvm/lib/Support/
FileOutputBuffer.cpp 65 unsigned Mode = sys::fs::all_read | sys::fs::all_write;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 101 all_read = owner_read | group_read | others_read, enumerator in enum:llvm::sys::fs::perms
645 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
759 unsigned Mode = all_read | all_write);
765 unsigned Mode = all_read | all_write);
782 unsigned Mode = all_read | all_write);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FileOutputBuffer.cpp 153 unsigned Mode = fs::all_read | fs::all_write;
  /external/llvm/include/llvm/Support/
FileSystem.h 90 all_read = owner_read | group_read | others_read, enumerator in enum:llvm::sys::fs::perms
582 unsigned Mode = all_read | all_write);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Path.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 89 all_read = owner_read | group_read | others_read, enumerator in enum:llvm::sys::fs::perms
593 unsigned Mode = all_read | all_write);
    [all...]

Completed in 251 milliseconds