Home
last modified time | relevance | path

Searched defs:TempSymFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A DJITDebugReader_impl.h73 TempSymFile(std::string&& path, FILE* fp) : path_(std::move(path)), fp_(fp, fclose) {} in TempSymFile() function
H A DJITDebugReader_test.cpp36 TEST(TempSymFile, smoke) { in TEST() argument
H A DJITDebugReader.h142 class TempSymFile; variable