Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.h84 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename);
Dread_elf_test.cpp77 std::string path = GetUrlInApk(APK_FILE, NATIVELIB_IN_APK); in TEST()
147 std::string path = GetUrlInApk(APK_FILE, NATIVELIB_IN_APK); in TEST()
Dread_apk.cpp127 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk() function
Dcmd_report_test.cpp316 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), std::string::npos); in TEST_F()
557 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), std::string::npos); in TEST_F()
Ddso_test.cpp191 const std::string file_path = GetUrlInApk(GetTestData(APK_FILE), NATIVELIB_IN_APK); in TEST()
DJITDebugReader.cpp761 file_path = GetUrlInApk(zip_path, entry_path); in ReadDexFileDebugInfo()
Dcmd_record.cpp1537 r.SetDataAndFilename(data, GetUrlInApk(filename, ee->entry_name())); in UpdateMmapRecordForEmbeddedPath()
1544 filename = GetUrlInApk(zip_path, entry_name); in UpdateMmapRecordForEmbeddedPath()
Ddso.cpp199 return GetUrlInApk(add_symfs_prefix(apk_path), entry_path); in GetPathInSymFsDir()