Home
last modified time | relevance | path

Searched defs:FindElfInApkByName (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dread_apk_test.cpp39 TEST(read_apk, FindElfInApkByName) { in TEST() argument
H A Dread_apk.cpp56 EmbeddedElf* ApkInspector::FindElfInApkByName(const std::string& apk_path, in FindElfInApkByName() function in simpleperf::ApkInspector