Searched refs:getPermissions (Results 1 – 9 of 9) sorted by relevance
225 if (auto perms = sys::fs::getPermissions(entry.VPath)) { in copyFiles()
1151 ErrorOr<perms> getPermissions(const Twine &Path) { in getPermissions() function
77 In.getPermissions()); in copyWithNewSize()83 In.getPermissions()); in copyWithNewName()
134 return status->getPermissions(); in GetPermissions()
414 Status.getType(), Status.getPermissions()); in getVirtualFileRef()
683 LLVM_ABI ErrorOr<perms> getPermissions(const Twine &Path);
92 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() function
47 return (Status->getPermissions() & llvm::sys::fs::perms::all_exe) != 0; in canExecute()
614 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()