Home
last modified time | relevance | path

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

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