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

Declarations

include/llvm/Support/FileSystem.h
  688 ErrorOr<perms> getPermissions(const Twine &Path);

References

lib/Support/FileCollector.cpp
  161     if (auto perms = sys::fs::getPermissions(entry.VPath)) {
tools/lldb/source/Target/Platform.cpp
  776     auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath());
unittests/Support/Path.cpp
 1609   ErrorOr<fs::perms> Perms = fs::getPermissions(TempPath);
 1615   Perms = fs::getPermissions(TempPath);
 1621   Perms = fs::getPermissions(TempPath);
 1630   Perms = fs::getPermissions(TempPath);
 1672     ErrorOr<fs::perms> Actual = fs::getPermissions(TempPath);