Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dbreakpad_symbolizer_unittest.cc35 symbolizer.SetBreakpadFileForTesting(kBadFilePath); in TEST()
69 symbolizer.SetBreakpadFileForTesting(test_file.path()); in TEST()
H A Dbreakpad_symbolizer.h46 void SetBreakpadFileForTesting(const std::string& path) { in SetBreakpadFileForTesting() function