Searched refs:GetUrlInApk (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.h | 90 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename);
|
D | read_apk.cpp | 130 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk() function
|
D | dso_test.cpp | 127 const std::string file_path = GetUrlInApk(GetTestData(APK_FILE), NATIVELIB_IN_APK); in TEST()
|
D | cmd_report_test.cpp | 316 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()
|
D | JITDebugReader.cpp | 552 file_path = GetUrlInApk(zip_path, entry_path); in ReadDexFileDebugInfo()
|
D | cmd_record.cpp | 1374 r.SetDataAndFilename(data, GetUrlInApk(filename, ee->entry_name())); in UpdateMmapRecordForEmbeddedPath() 1381 filename = GetUrlInApk(zip_path, entry_name); in UpdateMmapRecordForEmbeddedPath()
|
D | dso.cpp | 167 return GetUrlInApk(add_symfs_prefix(apk_path), entry_path); in GetPathInSymFsDir()
|