Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc448 std::vector<string> searched_paths; in ReadDebugLink() local
461 searched_paths.push_back(debug_dir); in ReadDebugLink()
502 for (it = searched_paths.begin(); it < searched_paths.end(); ++it) { in ReadDebugLink()