Searched refs:paths_ (Results 1 – 2 of 2) sorted by relevance
97 explicit SimpleSymbolSupplier(const string &path) : paths_(1, path) {} in SimpleSymbolSupplier()101 explicit SimpleSymbolSupplier(const vector<string> &paths) : paths_(paths) {} in SimpleSymbolSupplier()135 vector<string> paths_; variable
68 for (unsigned int path_index = 0; path_index < paths_.size(); ++path_index) { in GetSymbolFile()71 paths_[path_index], in GetSymbolFile()