Searched refs:GetUrlInApk (Results 1 – 8 of 8) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.h | 84 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename);
|
D | read_elf_test.cpp | 77 std::string path = GetUrlInApk(APK_FILE, NATIVELIB_IN_APK); in TEST() 147 std::string path = GetUrlInApk(APK_FILE, NATIVELIB_IN_APK); in TEST()
|
D | read_apk.cpp | 127 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk() function
|
D | cmd_report_test.cpp | 316 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()
|
D | dso_test.cpp | 191 const std::string file_path = GetUrlInApk(GetTestData(APK_FILE), NATIVELIB_IN_APK); in TEST()
|
D | JITDebugReader.cpp | 761 file_path = GetUrlInApk(zip_path, entry_path); in ReadDexFileDebugInfo()
|
D | cmd_record.cpp | 1537 r.SetDataAndFilename(data, GetUrlInApk(filename, ee->entry_name())); in UpdateMmapRecordForEmbeddedPath() 1544 filename = GetUrlInApk(zip_path, entry_name); in UpdateMmapRecordForEmbeddedPath()
|
D | dso.cpp | 199 return GetUrlInApk(add_symfs_prefix(apk_path), entry_path); in GetPathInSymFsDir()
|