Lines Matching refs:path_
313 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()
318 path_(path), in Dso()
395 if (JITDebugReader::IsPathInJITSymFile(path_)) { in IsForJavaMethod()
399 size_t pos = path_.rfind('/'); in IsForJavaMethod()
401 return StartsWith(std::string_view(&path_[pos], path_.size() - pos), "TemporaryFile"); in IsForJavaMethod()
508 if (JITDebugReader::IsPathInJITSymFile(path_)) { in GetReportPath()
509 if (path_.find(kJITAppCacheFile) != path_.npos) { in GetReportPath()
514 return path_; in GetReportPath()
567 dex_file_dso_.reset(new DexFileDso(path_, path_)); in AddDexFileOffset()
593 ReportReadElfSymbolResult(status, path_, debug_file_path_, in LoadSymbolsImpl()
686 ReportReadElfSymbolResult(status, path_, debug_file_path_); in ReadSymbolsFromDebugFile()
813 ReportReadElfSymbolResult(status, path_, debug_file_path_, in LoadSymbolsImpl()