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

  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
permissions.pass.cpp 105 {file, perms::owner_all, perms::owner_all},
106 {file, perms::group_all, perms::owner_all | perms::group_all, AP},
107 {file, perms::group_all, perms::owner_all, RP},
110 {dir, perms::owner_all, perms::owner_all},
111 {dir, perms::group_all, perms::owner_all | perms::group_all, AP},
112 {dir, perms::group_all, perms::owner_all, RP},
115 {sym, perms::owner_all, perms::owner_all},
    [all...]
  /external/libcxx/test/std/input.output/filesystems/fs.enum/
enum.perms.pass.cpp 37 typedef check_bitmask_type<E, E::group_all, E::owner_all> BitmaskTester;
46 E::owner_all == ME(0700) &&
  /external/llvm/include/llvm/Support/
FileSystem.h 81 owner_all = owner_read | owner_write | owner_exe, enumerator in enum:llvm::sys::fs::perms
93 all_all = owner_all | group_all | others_all,
318 perms Perms = owner_all | group_all);
327 perms Perms = owner_all | group_all);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 80 owner_all = owner_read | owner_write | owner_exe, enumerator in enum:llvm::sys::fs::perms
92 all_all = owner_all | group_all | others_all,
321 perms Perms = owner_all | group_all);
330 perms Perms = owner_all | group_all);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 92 owner_all = owner_read | owner_write | owner_exe, enumerator in enum:llvm::sys::fs::perms
104 all_all = owner_all | group_all | others_all,
310 perms Perms = owner_all | group_all);
319 perms Perms = owner_all | group_all);
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 269 Upper->addDirectory("/both", sys::fs::owner_all | sys::fs::group_read);
496 Upper->addRegularFile("/onlyInUp", sys::fs::owner_all);
497 Upper->addRegularFile("/hiddenByUp", sys::fs::owner_all);
510 EXPECT_EQ(sys::fs::owner_all, I->getPermissions());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Path.cpp     [all...]

Completed in 196 milliseconds