Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.perms.pass.cpp49 E::group_write == ME(020) && in main()
/external/llvm/include/llvm/Support/
DFileSystem.h83 group_write = 020, enumerator
85 group_all = group_read | group_write | group_exe,
91 all_write = owner_write | group_write | others_write,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h82 group_write = 020, enumerator
84 group_all = group_read | group_write | group_exe,
90 all_write = owner_write | group_write | others_write,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h94 group_write = 020, enumerator
96 group_all = group_read | group_write | group_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.cpp1555 EXPECT_EQ(fs::setPermissions(TempPath, fs::group_write), NoError); in TEST_F()
1627 EXPECT_EQ(fs::setPermissions(TempPath, fs::group_write), NoError); in TEST_F()
1628 EXPECT_TRUE(CheckPermissions(fs::group_write)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2199 outs() << ((Mode & sys::fs::group_write) ? "w" : "-"); in printArchiveChild()
DMachODump.cpp1865 outs() << ((Mode & sys::fs::group_write) ? "w" : "-"); in printArchiveChild()
/external/libcxx/include/
Dfilesystem292 group_write = 020,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1488 outs() << ((Mode & sys::fs::group_write) ? "w" : "-"); in printArchiveChild()