Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A 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()
H A Dcmd_api_test.cpp62 static void RecordApp(const std::string& package_name, const std::string& apk_path) { in RecordApp()
H A Dtest_util.h168 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
H A Ddso_test.cpp71 std::string apk_path = ConvertPathSeparator(APK_FILE); in TEST() local
H A Ddso.cpp196 std::string apk_path = std::get<1>(tuple); in GetPathInSymFsDir() local
H A Dcmd_record_test.cpp691 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
/aosp12/packages/modules/adb/client/
H A Dfastdeploy.cpp151 static std::string get_package_name_from_apk(const char* apk_path) { in get_package_name_from_apk()
238 std::optional<APKMetaData> extract_metadata(const char* apk_path) { in extract_metadata()
343 static void create_patch(const char* apk_path, APKMetaData metadata, borrowed_fd patch_fd) { in create_patch()
352 int stream_patch(const char* apk_path, APKMetaData metadata, unique_fd patch_fd) { in stream_patch()
/aosp12/frameworks/native/cmds/installd/
H A Dview_compiler.cpp38 bool view_compiler(const char* apk_path, const char* package_name, const char* out_dex_file, in view_compiler()
H A Dinstalld.cpp54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
H A Dotapreopt_parameters.h35 const char* apk_path; variable
H A Dotapreopt.cpp450 const char* apk_path = parameters_.apk_path; in ShouldSkipPreopt() local
617 const char *apk_path, in calculate_oat_file_path()
655 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
H A Ddexopt.cpp891 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1023 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat()
1118 UniqueFile open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file()
1141 bool maybe_open_oat_and_vdex_file(const std::string& apk_path, in maybe_open_oat_and_vdex_file()
2199 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2265 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
2333 const char *apk_path, const char *instruction_set) { in calculate_oat_file_path_default()
2361 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default()
H A DInstalldNativeService.cpp2435 const char* apk_path = apkPath.c_str(); in dexopt() local
2455 const char* apk_path = apkPath.c_str(); in compileLayouts() local
2663 const char* apk_path = apkPath.c_str(); in moveAb() local
2679 const char* apk_path = apkPath.c_str(); in deleteOdex() local
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink_test.cpp410 static void BuildApk(const std::vector<SourceXML>& source_files, const std::string& apk_path,
423 static void BuildSDK(const std::vector<SourceXML>& source_files, const std::string& apk_path,
436 static void BuildNonFinalizedSDK(const std::string& apk_path, const std::string& java_path,
472 static void BuildFinalizedSDK(const std::string& apk_path, const std::string& java_path,
511 static void BuildAppAgainstSDK(const std::string& apk_path, const std::string& java_path,
H A DConvert_test.cpp109 const std::string apk_path = in TEST_F() local
H A DCompile_test.cpp286 const std::string apk_path = BuildPath( in TEST_F() local
H A DOptimize.cpp376 const std::string& apk_path = args[0]; in Action() local
/aosp12/system/extras/simpleperf/scripts/test/
H A Dapp_test.py231 def install_apk(self, apk_path, package_name): argument
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp85 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
90 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
H A Dinstalld_dexopt_test.cpp74 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
79 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
/aosp12/packages/modules/Virtualization/microdroid/signature/
H A Dmk_payload.cc302 std::string apk_path = ToAbsolute(config.apk->path, config.dirname); in MakePayload() local
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp446 const android::StringPiece& apk_path) { in Parse()