Home
last modified time | relevance | path

Searched refs:kJITAppCacheFile (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
DJITDebugReader.h39 inline constexpr const char* kJITAppCacheFile = "jit_app_cache"; variable
133 return path.find(std::string("_") + kJITAppCacheFile + ":") != path.npos || in IsPathInJITSymFile()
DJITDebugReader.cpp730 std::string path = symfile_prefix_ + "_" + kJITAppCacheFile; in GetTempSymFile()
Ddso.cpp509 if (path_.find(kJITAppCacheFile) != path_.npos) { in GetReportPath()