Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp211 : symfile_prefix_(symfile_prefix), symfile_option_(symfile_option), sync_option_(sync_option) {} in JITDebugReader()
688 std::string path = symfile_prefix_ + "_" + kJITZygoteCacheFile; in GetTempSymFile()
695 std::string path = symfile_prefix_ + "_" + kJITAppCacheFile; in GetTempSymFile()
DJITDebugReader.h232 const std::string symfile_prefix_; variable