Searched refs:symbol_paths (Results 1 – 2 of 2) sorted by relevance
72 const std::vector<string> &symbol_paths, in PrintMinidumpProcess() argument76 if (!symbol_paths.empty()) { in PrintMinidumpProcess()78 symbol_supplier.reset(new SimpleSymbolSupplier(symbol_paths)); in PrintMinidumpProcess()152 std::vector<string> symbol_paths; in main() local155 symbol_paths.push_back(argv[argi]); in main()159 symbol_paths, in main()
71 const std::vector<string>& symbol_paths, in PrintMicrodumpProcess() argument82 if (!symbol_paths.empty()) { in PrintMicrodumpProcess()83 symbol_supplier.reset(new SimpleSymbolSupplier(symbol_paths)); in PrintMicrodumpProcess()142 std::vector<string> symbol_paths; in main() local145 symbol_paths.push_back(argv[argi]); in main()149 symbol_paths, in main()