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

  /system/extras/simpleperf/
read_apk.h 79 static std::unique_ptr<EmbeddedElf> FindElfInApkByOffsetWithoutCache(const std::string& apk_path,
read_apk.cpp 44 std::unique_ptr<EmbeddedElf> elf = FindElfInApkByOffsetWithoutCache(apk_path, file_offset);
50 std::unique_ptr<EmbeddedElf> ApkInspector::FindElfInApkByOffsetWithoutCache(const std::string& apk_path,

Completed in 884 milliseconds