Home
last modified time | relevance | path

Searched defs:apk_path (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dread_apk.cpp38 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset()
54 EmbeddedElf* ApkInspector::FindElfInApkByName(const std::string& apk_path, in FindElfInApkByName()
71 const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffsetWithoutCache()
113 const std::string& apk_path, const std::string& entry_name) { in FindElfInApkByNameWithoutCache()
130 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk()
Ddso_test.cpp60 std::string apk_path = APK_FILE; in TEST() local
Ddso.cpp164 std::string apk_path = std::get<1>(tuple); in GetPathInSymFsDir() local