Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.perms.pass.cpp54 E::others_write == ME(02) && in main()
/external/llvm/include/llvm/Support/
DFileSystem.h87 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/
DFileSystem.h86 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/
DFileSystem.h98 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/
Dcopy_file.pass.cpp147 perms::group_write | perms::owner_write | perms::others_write, in TEST_CASE()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1567 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/
Dllvm-objdump.cpp2202 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
DMachODump.cpp1868 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
/external/libcxx/include/
Dfilesystem297 others_write = 02,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1491 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()