Searched defs:apk_path (Results  1 – 7 of 7) sorted by relevance
| /system/extras/simpleperf/ | 
| D | read_apk.cpp | 40 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()
 
 | 
| D | cmd_api_test.cpp | 62 static void RecordApp(const std::string& package_name, const std::string& apk_path) {  in RecordApp()
 | 
| D | test_util.h | 179   bool InstallApk(const std::string& apk_path, const std::string& package_name) {  in InstallApk()
 | 
| D | dso_test.cpp | 73   std::string apk_path = ConvertPathSeparator(APK_FILE);  in TEST()  local
 | 
| D | dso.cpp | 214     std::string apk_path = std::get<1>(tuple);  in GetPathInSymFsDir()  local
 | 
| D | cmd_record_test.cpp | 784   bool InstallApk(const std::string& apk_path, const std::string& package_name) {  in InstallApk()
 | 
| /system/extras/simpleperf/scripts/test/ | 
| D | app_test.py | 240     def install_apk(self, apk_path, package_name):  argument
 |