Searched defs:apk_path (Results 1 – 3 of 3) sorted by relevance
38 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()
60 std::string apk_path = APK_FILE; in TEST() local
164 std::string apk_path = std::get<1>(tuple); in GetPathInSymFsDir() local