Searched refs:dirspec (Results 1 – 2 of 2) sorted by relevance
162 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile() local163 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()164 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()168 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()
1852 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() local1853 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()1854 FileSystem::Instance().Resolve(dirspec); in GetDwoSymbolFileForCompileUnit()1855 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit()1858 dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()1859 dwo_paths.Append(dirspec); in GetDwoSymbolFileForCompileUnit()1903 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() local1904 FileSystem::Instance().Resolve(dirspec); in GetDwoSymbolFileForCompileUnit()1905 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit()1908 FileSpec dwo_name_dirspec(dirspec); in GetDwoSymbolFileForCompileUnit()[all …]