HomeSort by relevance Sort by last modified time
    Searched refs:owner_all (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 251 Upper->addDirectory("/both", sys::fs::owner_all | sys::fs::group_read);
495 Upper->addRegularFile("/onlyInUp", sys::fs::owner_all);
496 Upper->addRegularFile("/hiddenByUp", sys::fs::owner_all);
511 EXPECT_EQ(sys::fs::owner_all, I->getPermissions());
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 78 owner_all = owner_read | owner_write | owner_exe, enumerator in enum:llvm::sys::fs::perms
90 all_all = owner_all | group_all | others_all,

Completed in 142 milliseconds