Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp328 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile() local
329 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
330 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
334 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()