Home
last modified time | relevance | path

Searched defs:SimpleSymbolSupplier (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.h96 explicit SimpleSymbolSupplier(const string& path) : paths_(1, path) {} in SimpleSymbolSupplier() function
100 explicit SimpleSymbolSupplier(const vector<string>& paths) : paths_(paths) {} in SimpleSymbolSupplier() function