Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp317 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile() local
318 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
319 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
323 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()