Home
last modified time | relevance | path

Searched refs:owner_all (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp105 {file, perms::owner_all, perms::owner_all}, in TEST_CASE()
106 {file, perms::group_all, perms::owner_all | perms::group_all, AP}, in TEST_CASE()
107 {file, perms::group_all, perms::owner_all, RP}, in TEST_CASE()
110 {dir, perms::owner_all, perms::owner_all}, in TEST_CASE()
111 {dir, perms::group_all, perms::owner_all | perms::group_all, AP}, in TEST_CASE()
112 {dir, perms::group_all, perms::owner_all, RP}, in TEST_CASE()
115 {sym, perms::owner_all, perms::owner_all}, in TEST_CASE()
116 {sym, perms::group_all, perms::owner_all | perms::group_all, AP}, in TEST_CASE()
117 {sym, perms::group_all, perms::owner_all, RP}, in TEST_CASE()
120 {file, perms::group_all, perms::owner_all | perms::group_all, AP | NF}, in TEST_CASE()
[all …]
/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.perms.pass.cpp37 typedef check_bitmask_type<E, E::group_all, E::owner_all> BitmaskTester; in main()
46 E::owner_all == ME(0700) && in main()
/external/llvm/include/llvm/Support/
DFileSystem.h81 owner_all = owner_read | owner_write | owner_exe, enumerator
93 all_all = owner_all | group_all | others_all,
318 perms Perms = owner_all | group_all);
327 perms Perms = owner_all | group_all);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h80 owner_all = owner_read | owner_write | owner_exe, enumerator
92 all_all = owner_all | group_all | others_all,
321 perms Perms = owner_all | group_all);
330 perms Perms = owner_all | group_all);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h92 owner_all = owner_read | owner_write | owner_exe, enumerator
104 all_all = owner_all | group_all | others_all,
310 perms Perms = owner_all | group_all);
319 perms Perms = owner_all | group_all);
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp269 Upper->addDirectory("/both", sys::fs::owner_all | sys::fs::group_read); in TEST()
496 Upper->addRegularFile("/onlyInUp", sys::fs::owner_all); in TEST()
497 Upper->addRegularFile("/hiddenByUp", sys::fs::owner_all); in TEST()
510 EXPECT_EQ(sys::fs::owner_all, I->getPermissions()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1549 EXPECT_EQ(fs::setPermissions(TempPath, fs::owner_all), NoError); in TEST_F()
1621 EXPECT_EQ(fs::setPermissions(TempPath, fs::owner_all), NoError); in TEST_F()
1622 EXPECT_TRUE(CheckPermissions(fs::owner_all)); in TEST_F()
/external/libcxx/include/
Dfilesystem289 owner_all = 0700,