Home
last modified time | relevance | path

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

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