Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h40 inline constexpr const char* kJITZygoteCacheFile = "jit_zygote_cache"; variable
134 path.find(std::string("_") + kJITZygoteCacheFile + ":") != path.npos; in IsPathInJITSymFile()
DJITDebugReader.cpp723 std::string path = symfile_prefix_ + "_" + kJITZygoteCacheFile; in GetTempSymFile()