Searched defs:apk_path (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.cpp | 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() 112 std::unique_ptr<EmbeddedElf> ApkInspector::FindElfInApkByName(const std::string& apk_path, in FindElfInApkByName() 141 bool IsValidApkPath(const std::string& apk_path) { in IsValidApkPath() 161 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk() 173 bool GetBuildIdFromApkFile(const std::string& apk_path, const std::string& elf_filename, in GetBuildIdFromApkFile() 182 bool ParseSymbolsFromApkFile(const std::string& apk_path, const std::string& elf_filename, in ParseSymbolsFromApkFile()
|
/system/tools/aidl/tests/ |
D | integration-test.py | 127 def run_test(test_native, test_java, apk_path=None, refresh_binaries=False, argument
|
/system/core/libbacktrace/ |
D | BacktraceOffline.cpp | 647 static bool IsValidApkPath(const std::string& apk_path) { in IsValidApkPath()
|