Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_stackwalk.cc72 const std::vector<string> &symbol_paths, in PrintMinidumpProcess() argument
76 if (!symbol_paths.empty()) { in PrintMinidumpProcess()
78 symbol_supplier.reset(new SimpleSymbolSupplier(symbol_paths)); in PrintMinidumpProcess()
152 std::vector<string> symbol_paths; in main() local
155 symbol_paths.push_back(argv[argi]); in main()
159 symbol_paths, in main()
Dmicrodump_stackwalk.cc71 const std::vector<string>& symbol_paths, in PrintMicrodumpProcess() argument
82 if (!symbol_paths.empty()) { in PrintMicrodumpProcess()
83 symbol_supplier.reset(new SimpleSymbolSupplier(symbol_paths)); in PrintMicrodumpProcess()
142 std::vector<string> symbol_paths; in main() local
145 symbol_paths.push_back(argv[argi]); in main()
149 symbol_paths, in main()