reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/FileSystem.h
  103   all_all = owner_all | group_all | others_all,
  327                                    perms Perms = owner_all | group_all);
  336                                  perms Perms = owner_all | group_all);
lib/Support/VirtualFileSystem.cpp
  722   const auto NewDirectoryPerms = ResolvedPerms | sys::fs::owner_all;
tools/lldb/source/Target/ModuleCache.cpp
   69   return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all);
unittests/Support/Path.cpp
 1769   EXPECT_EQ(fs::setPermissions(TempPath, fs::owner_all), NoError);
 1770   EXPECT_TRUE(CheckPermissions(fs::owner_all));
unittests/Support/VirtualFileSystemTest.cpp
  346   Upper->addDirectory("/both", sys::fs::owner_all | sys::fs::group_read);