Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_reader.h70 bool Localize(const std::map<string, string>& build_ids_to_filenames);
Dperf_reader.cc444 const std::map<string, string>& build_ids_to_filenames) { in Localize() argument
448 auto find_result = build_ids_to_filenames.find(build_id_string); in Localize()
449 if (find_result == build_ids_to_filenames.end()) continue; in Localize()