Searched refs:group_all (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/ |
D | permissions.pass.cpp | 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() 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() 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() 121 {dir, perms::group_all, perms::owner_all | perms::group_all, AP | NF} in TEST_CASE() 158 {perms::group_all, perms::owner_all | perms::group_all, perm_options::add}, in TEST_CASE() 159 {perms::owner_all, perms::group_all, perm_options::remove}, in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
D | enum.perms.pass.cpp | 37 typedef check_bitmask_type<E, E::group_all, E::owner_all> BitmaskTester; in main() 51 E::group_all == ME(070) && in main()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 85 group_all = group_read | group_write | group_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/ |
D | FileSystem.h | 84 group_all = group_read | group_write | group_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/ |
D | FileSystem.h | 96 group_all = group_read | group_write | group_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/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 591 _SPIRV_OP(group_all, GroupAll) in init()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1561 EXPECT_EQ(fs::setPermissions(TempPath, fs::group_all), NoError); in TEST_F() 1633 EXPECT_EQ(fs::setPermissions(TempPath, fs::group_all), NoError); in TEST_F() 1634 EXPECT_TRUE(CheckPermissions(fs::group_all)); in TEST_F()
|
/external/libcxx/include/ |
D | filesystem | 294 group_all = 070,
|