Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp344 llvm::ErrorOr<std::string> error_or_path = in ResolveExecutableLocation() local
346 if (!error_or_path) in ResolveExecutableLocation()
350 llvm::StringRef path = *error_or_path; in ResolveExecutableLocation()
356 FileSpec result(*error_or_path); in ResolveExecutableLocation()