Searched refs:others_write (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
D | enum.perms.pass.cpp | 54 E::others_write == ME(02) && in main()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 87 others_write = 02, enumerator 89 others_all = others_read | others_write | others_exe, 91 all_write = owner_write | group_write | others_write,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 86 others_write = 02, enumerator 88 others_all = others_read | others_write | others_exe, 90 all_write = owner_write | group_write | others_write,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 98 others_write = 02, enumerator 100 others_all = others_read | others_write | others_exe, 102 all_write = owner_write | group_write | others_write,
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 147 perms::group_write | perms::owner_write | perms::others_write, in TEST_CASE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1567 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_write), NoError); in TEST_F() 1639 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_write), NoError); in TEST_F() 1640 EXPECT_TRUE(CheckPermissions(fs::others_write)); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 2202 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
|
D | MachODump.cpp | 1868 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
|
/external/libcxx/include/ |
D | filesystem | 297 others_write = 02,
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1491 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
|