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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp286 const ErrorOr<std::string> external_path = GetExternalPath(path);
428 auto path = GetExternalPath(file_spec);
445 ErrorOr<std::string> FileSystem::GetExternalPath(const llvm::Twine &path) { function in class:FileSystem
466 ErrorOr<std::string> FileSystem::GetExternalPath(const FileSpec &file_spec) { function in class:FileSystem
467 return GetExternalPath(file_spec.GetPath());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h182 llvm::ErrorOr<std::string> GetExternalPath(const llvm::Twine &path);
183 llvm::ErrorOr<std::string> GetExternalPath(const FileSpec &file_spec);

Completed in 110 milliseconds