Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp291 llvm::ErrorOr<std::string> error_or_path = in ResolveExecutableLocation() local
293 if (!error_or_path) in ResolveExecutableLocation()
297 llvm::StringRef path = *error_or_path; in ResolveExecutableLocation()
303 FileSpec result(*error_or_path); in ResolveExecutableLocation()