Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp321 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile() local
322 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
323 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
327 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()