Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.cpp40 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset()
56 EmbeddedElf* ApkInspector::FindElfInApkByName(const std::string& apk_path, in FindElfInApkByName()
73 const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffsetWithoutCache()
109 const std::string& apk_path, const std::string& entry_name) { in FindElfInApkByNameWithoutCache()
127 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk()
Dcmd_api_test.cpp62 static void RecordApp(const std::string& package_name, const std::string& apk_path) { in RecordApp()
Dtest_util.h168 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
Ddso_test.cpp71 std::string apk_path = ConvertPathSeparator(APK_FILE); in TEST() local
Ddso.cpp196 std::string apk_path = std::get<1>(tuple); in GetPathInSymFsDir() local
Dcmd_record_test.cpp691 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
/system/extras/simpleperf/scripts/test/
Dapp_test.py231 def install_apk(self, apk_path, package_name): argument