Searched refs:kJITAppCacheFile (Results 1 – 3 of 3) sorted by relevance
39 inline constexpr const char* kJITAppCacheFile = "jit_app_cache"; variable133 return path.find(std::string("_") + kJITAppCacheFile + ":") != path.npos || in IsPathInJITSymFile()
730 std::string path = symfile_prefix_ + "_" + kJITAppCacheFile; in GetTempSymFile()
509 if (path_.find(kJITAppCacheFile) != path_.npos) { in GetReportPath()