Home
last modified time | relevance | path

Searched refs:getPermissions (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp225 if (auto perms = sys::fs::getPermissions(entry.VPath)) { in copyFiles()
H A DPath.cpp1152 ErrorOr<perms> getPermissions(const Twine &Path) { in getPermissions() function
H A DVirtualFileSystem.cpp78 In.getPermissions()); in copyWithNewSize()
84 In.getPermissions()); in copyWithNewName()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp134 return status->getPermissions(); in GetPermissions()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp428 Status.getType(), Status.getPermissions()); in getVirtualFileRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h680 ErrorOr<perms> getPermissions(const Twine &Path);
H A DVirtualFileSystem.h90 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp52 return (Status->getPermissions() & llvm::sys::fs::perms::all_exe) != 0; in canExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp613 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()