HomeSort by relevance Sort by last modified time
    Searched refs:FindElfInApkByOffset (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
read_apk_test.cpp 30 TEST(read_apk, FindElfInApkByOffset) {
32 ASSERT_TRUE(inspector.FindElfInApkByOffset("/dev/null", 0) == nullptr);
33 ASSERT_TRUE(inspector.FindElfInApkByOffset(GetTestData(APK_FILE), 0) == nullptr);
36 EmbeddedElf* ee = inspector.FindElfInApkByOffset(GetTestData(APK_FILE),
read_apk.h 74 static EmbeddedElf* FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset);
read_apk.cpp 37 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) {
cmd_record.cpp 889 ApkInspector::FindElfInApkByOffset(r.filename, r.data->pgoff);
    [all...]

Completed in 345 milliseconds