Searched defs:paths_ (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dsimple_symbol_supplier.h97 explicit SimpleSymbolSupplier(const string &path) : paths_(1, path) {}
101 explicit SimpleSymbolSupplier(const vector<string> &paths) : paths_(paths) {}
135 vector<string> paths_; member in class:google_breakpad::SimpleSymbolSupplier

Completed in 4579 milliseconds