Home
last modified time | relevance | path

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/
Dpermissions.pass.cpp106 {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/
Denum.perms.pass.cpp37 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/
DFileSystem.h85 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/
DFileSystem.h84 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/
DFileSystem.h96 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/
DOCLUtil.h591 _SPIRV_OP(group_all, GroupAll) in init()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1561 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/
Dfilesystem294 group_all = 070,