Searched refs:FindElfInApkByOffset (Results 1 – 4 of 4) sorted by relevance
30 TEST(read_apk, FindElfInApkByOffset) { in TEST() argument32 ASSERT_TRUE(inspector.FindElfInApkByOffset("/dev/null", 0) == nullptr); in TEST()33 ASSERT_TRUE(inspector.FindElfInApkByOffset(GetTestData(APK_FILE), 0) == nullptr); in TEST()36 EmbeddedElf* ee = inspector.FindElfInApkByOffset(GetTestData(APK_FILE), in TEST()
74 static EmbeddedElf* FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset);
37 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset() function in ApkInspector
668 EmbeddedElf* ee = ApkInspector::FindElfInApkByOffset(r.filename, r.data.pgoff); in UpdateMmapRecordForEmbeddedElfPath()