Searched refs:getPermissions (Results 1 – 9 of 9) sorted by relevance
225 if (auto perms = sys::fs::getPermissions(entry.VPath)) { in copyFiles()
1152 ErrorOr<perms> getPermissions(const Twine &Path) { in getPermissions() function
78 In.getPermissions()); in copyWithNewSize()84 In.getPermissions()); in copyWithNewName()
134 return status->getPermissions(); in GetPermissions()
428 Status.getType(), Status.getPermissions()); in getVirtualFileRef()
680 ErrorOr<perms> getPermissions(const Twine &Path);
90 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() function
52 return (Status->getPermissions() & llvm::sys::fs::perms::all_exe) != 0; in canExecute()
613 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()