Searched defs:apk_path (Results 1 – 2 of 2) sorted by relevance
37 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset()50 …unique_ptr<EmbeddedElf> ApkInspector::FindElfInApkByOffsetWithoutCache(const std::string& apk_path, in FindElfInApkByOffsetWithoutCache()113 std::unique_ptr<EmbeddedElf> ApkInspector::FindElfInApkByName(const std::string& apk_path, in FindElfInApkByName()142 bool IsValidApkPath(const std::string& apk_path) { in IsValidApkPath()162 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk()174 ElfStatus GetBuildIdFromApkFile(const std::string& apk_path, const std::string& elf_filename, in GetBuildIdFromApkFile()183 ElfStatus ParseSymbolsFromApkFile(const std::string& apk_path, const std::string& elf_filename, in ParseSymbolsFromApkFile()
772 static bool IsValidApkPath(const std::string& apk_path) { in IsValidApkPath()