reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
688 ErrorOr<perms> getPermissions(const Twine &Path);
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.cpp1609 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);