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

  /external/libcxx/test/std/input.output/filesystems/fs.enum/
enum.perms.pass.cpp 53 E::others_read == ME(04) &&
  /external/llvm/include/llvm/Support/
FileSystem.h 86 others_read = 04, enumerator in enum:llvm::sys::fs::perms
89 others_all = others_read | others_write | others_exe,
90 all_read = owner_read | group_read | others_read,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 85 others_read = 04, enumerator in enum:llvm::sys::fs::perms
88 others_all = others_read | others_write | others_exe,
89 all_read = owner_read | group_read | others_read,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 97 others_read = 04, enumerator in enum:llvm::sys::fs::perms
100 others_all = others_read | others_write | others_exe,
101 all_read = owner_read | group_read | others_read,
    [all...]