Home
last modified time | relevance | path

Searched refs:others_read (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.perms.pass.cpp53 E::others_read == ME(04) && in main()
/external/llvm/include/llvm/Support/
DFileSystem.h86 others_read = 04, enumerator
89 others_all = others_read | others_write | others_exe,
90 all_read = owner_read | group_read | others_read,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h85 others_read = 04, enumerator
88 others_all = others_read | others_write | others_exe,
89 all_read = owner_read | group_read | others_read,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h97 others_read = 04, enumerator
100 others_all = others_read | others_write | others_exe,
101 all_read = owner_read | group_read | others_read,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1564 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_read), NoError); in TEST_F()
1636 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_read), NoError); in TEST_F()
1637 EXPECT_TRUE(CheckPermissions(fs::others_read)); in TEST_F()
/external/libcxx/docs/DesignDocs/
DFileTimeType.rst127 if ((st.permissions() & perms::others_read) == perms::none)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2201 outs() << ((Mode & sys::fs::others_read) ? "r" : "-"); in printArchiveChild()
DMachODump.cpp1867 outs() << ((Mode & sys::fs::others_read) ? "r" : "-"); in printArchiveChild()
/external/libcxx/include/
Dfilesystem296 others_read = 04,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1490 outs() << ((Mode & sys::fs::others_read) ? "r" : "-"); in printArchiveChild()