Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dbreakpad_symbolizer.h47 file_path_for_testing_ = path; in SetBreakpadFileForTesting()
52 std::string file_path_for_testing_; variable
H A Dbreakpad_symbolizer.cc71 if (file_path_for_testing_.empty()) { in Symbolize()
74 file_path = file_path_for_testing_; in Symbolize()