Searched refs:symbolsFileSearchPaths_ (Results 1 – 4 of 4) sorted by relevance
174 std::string findPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadSymbols()198 std::string elfPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadDebugInfo()561 symbolFilePath.c_str(), symbolsFileSearchPaths_.size(), onRecording_); in LoadSymbols()875 symbolsFileSearchPaths_.clear(); in setSymbolsFilePath()878 symbolsFileSearchPaths_.emplace_back(symbolsSearchPath); in setSymbolsFilePath()882 return (symbolsFileSearchPaths_.size() > 0); in setSymbolsFilePath()
173 std::string findPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadSymbols()216 std::string elfPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadDebugInfo()654 symbolFilePath.c_str(), symbolsFileSearchPaths_.size(), onRecording_); in LoadSymbols()1065 symbolsFileSearchPaths_.clear(); in setSymbolsFilePath()1068 symbolsFileSearchPaths_.emplace_back(symbolsSearchPath); in setSymbolsFilePath()1072 return (symbolsFileSearchPaths_.size() > 0); in setSymbolsFilePath()
181 std::vector<std::string> symbolsFileSearchPaths_; variable
204 std::vector<std::string> symbolsFileSearchPaths_; variable