Home
last modified time | relevance | path

Searched refs:others_all (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.perms.pass.cpp56 E::others_all == ME(07) && in main()
/external/llvm/include/llvm/Support/
DFileSystem.h89 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/
DFileSystem.h88 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/
DFileSystem.h100 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/
DPath.cpp1573 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/
Dfilesystem299 others_all = 07,