Home
last modified time | relevance | path

Searched refs:others_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.cpp53 E::others_write == ME(02) && in main()
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dperms.h44 others_write = 02, enumerator
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h97 others_write = 02, enumerator
99 others_all = others_read | others_write | others_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.cpp2177 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_write), NoError); in TEST_F()
2249 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_write), NoError); in TEST_F()
2250 EXPECT_TRUE(CheckPermissions(fs::others_write)); in TEST_F()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2489 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
H A DMachODump.cpp2244 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()