Searched refs:FindElfInApkByName (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk_test.cpp | 37 TEST(read_apk, FindElfInApkByName) { in TEST() argument 38 ASSERT_TRUE(ApkInspector::FindElfInApkByName("/dev/null", "") == nullptr); in TEST() 39 ASSERT_TRUE(ApkInspector::FindElfInApkByName(GetTestData(APK_FILE), "") == nullptr); in TEST() 40 auto ee = ApkInspector::FindElfInApkByName(GetTestData(APK_FILE), NATIVELIB_IN_APK); in TEST()
|
D | read_apk.h | 72 static EmbeddedElf* FindElfInApkByName(const std::string& apk_path,
|
D | read_apk.cpp | 54 EmbeddedElf* ApkInspector::FindElfInApkByName(const std::string& apk_path, in FindElfInApkByName() function in ApkInspector
|
D | dso.cpp | 480 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), in GetMinExecutableVaddr() 552 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), std::get<2>(tuple)); in LoadSymbols() 725 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), std::get<2>(tuple)); in GetBuildIdFromDsoPath()
|
D | OfflineUnwinder.cpp | 127 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), std::get<2>(tuple)); in CreateMapInfo()
|