Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.enum/
H A Denum.perms.pass.cpp48 E::group_write == ME(020) && in main()
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dperms.h39 group_write = 020, enumerator
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h93 group_write = 020, enumerator
95 group_all = group_read | group_write | group_exe,
101 all_write = owner_write | group_write | others_write,
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp148 perms::group_write | perms::owner_write | perms::others_write, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h626 fs::perms::owner_write | fs::perms::group_write | fs::perms::others_write; in NormalizeExpectedPerms()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp2165 EXPECT_EQ(fs::setPermissions(TempPath, fs::group_write), NoError); in TEST_F()
2237 EXPECT_EQ(fs::setPermissions(TempPath, fs::group_write), NoError); in TEST_F()
2238 EXPECT_TRUE(CheckPermissions(fs::group_write)); in TEST_F()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2486 outs() << ((Mode & sys::fs::group_write) ? "w" : "-"); in printArchiveChild()
H A DMachODump.cpp2241 outs() << ((Mode & sys::fs::group_write) ? "w" : "-"); in printArchiveChild()