Searched refs:owner_all (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileSystem.h78 owner_all = owner_read | owner_write | owner_exe, enumerator in enum:llvm::sys::fs::perms
90 all_all = owner_all | group_all | others_all,
304 perms Perms = owner_all | group_all);
313 perms Perms = owner_all | group_all);
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp267 Upper->addDirectory("/both", sys::fs::owner_all | sys::fs::group_read);
511 Upper->addRegularFile("/onlyInUp", sys::fs::owner_all);
512 Upper->addRegularFile("/hiddenByUp", sys::fs::owner_all);
527 EXPECT_EQ(sys::fs::owner_all, I->getPermissions());

Completed in 625 milliseconds