Home
last modified time | relevance | path

Searched refs:GetExternalPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp302 const ErrorOr<std::string> external_path = GetExternalPath(path); in CreateDataBuffer()
459 auto path = GetExternalPath(file_spec); in Open()
476 ErrorOr<std::string> FileSystem::GetExternalPath(const llvm::Twine &path) { in GetExternalPath() function in FileSystem
495 ErrorOr<std::string> FileSystem::GetExternalPath(const FileSpec &file_spec) { in GetExternalPath() function in FileSystem
496 return GetExternalPath(file_spec.GetPath()); in GetExternalPath()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h187 llvm::ErrorOr<std::string> GetExternalPath(const llvm::Twine &path);
188 llvm::ErrorOr<std::string> GetExternalPath(const FileSpec &file_spec);