Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp95 {file, perms::owner_all, perms::owner_all}, in TEST_CASE()
96 {file, perms::group_all | AP, perms::owner_all | perms::group_all}, in TEST_CASE()
97 {file, perms::group_all | RP, perms::owner_all}, in TEST_CASE()
100 {dir, perms::owner_all, perms::owner_all}, in TEST_CASE()
101 {dir, perms::group_all | AP, perms::owner_all | perms::group_all}, in TEST_CASE()
102 {dir, perms::group_all | RP, perms::owner_all}, in TEST_CASE()
105 {sym, perms::owner_all, perms::owner_all}, in TEST_CASE()
106 {sym, perms::group_all | AP, perms::owner_all | perms::group_all}, in TEST_CASE()
107 {sym, perms::group_all | RP , perms::owner_all}, in TEST_CASE()
110 {file, perms::group_all | AP | NF, perms::owner_all | perms::group_all}, in TEST_CASE()
[all …]
/external/libcxx/test/std/experimental/filesystem/fs.enum/
Denum.perms.pass.cpp38 typedef check_bitmask_type<E, E::group_all, E::owner_all> BitmaskTester; in main()
47 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/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/libcxx/include/experimental/
Dfilesystem273 owner_all = 0700,