Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp157 llvm::Expected<std::string> cache_path_or_err = plugin_props.GetCachePath(); in GetFileForModule() local
159 if (!cache_path_or_err) in GetFileForModule()
161 std::string cache_path = *cache_path_or_err; in GetFileForModule()