Searched refs:others_write (Results 1 – 8 of 8) sorted by relevance
53 E::others_write == ME(02) && in main()
44 others_write = 02, enumerator
97 others_write = 02, enumerator99 others_all = others_read | others_write | others_exe,101 all_write = owner_write | group_write | others_write,
148 perms::group_write | perms::owner_write | perms::others_write, in TEST_CASE()
626 fs::perms::owner_write | fs::perms::group_write | fs::perms::others_write; in NormalizeExpectedPerms()
2177 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()
2489 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
2244 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()