Searched refs:others_all (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
D | enum.perms.pass.cpp | 56 E::others_all == ME(07) && in main()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 89 others_all = others_read | others_write | others_exe, enumerator 93 all_all = owner_all | group_all | others_all,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 88 others_all = others_read | others_write | others_exe, enumerator 92 all_all = owner_all | group_all | others_all,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 100 others_all = others_read | others_write | others_exe, enumerator 104 all_all = owner_all | group_all | others_all,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1573 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_all), NoError); in TEST_F() 1645 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_all), NoError); in TEST_F() 1646 EXPECT_TRUE(CheckPermissions(fs::others_all)); in TEST_F()
|
/external/libcxx/include/ |
D | filesystem | 299 others_all = 07,
|