Home
last modified time | relevance | path

Searched refs:GetUrlInApk (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Dread_apk.h90 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename);
Dread_apk.cpp130 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk() function
Ddso_test.cpp127 const std::string file_path = GetUrlInApk(GetTestData(APK_FILE), NATIVELIB_IN_APK); in TEST()
Dcmd_report_test.cpp316 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), in TEST_F()
521 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), in TEST_F()
DJITDebugReader.cpp552 file_path = GetUrlInApk(zip_path, entry_path); in ReadDexFileDebugInfo()
Dcmd_record.cpp1374 r.SetDataAndFilename(data, GetUrlInApk(filename, ee->entry_name())); in UpdateMmapRecordForEmbeddedPath()
1381 filename = GetUrlInApk(zip_path, entry_name); in UpdateMmapRecordForEmbeddedPath()
Ddso.cpp167 return GetUrlInApk(add_symfs_prefix(apk_path), entry_path); in GetPathInSymFsDir()