Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.h97 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
Dsimple_symbol_supplier.cc68 for (unsigned int path_index = 0; path_index < paths_.size(); ++path_index) { in GetSymbolFile()
71 paths_[path_index], in GetSymbolFile()