Searched refs:apply_patch_on_device (Results 1 – 3 of 3) sorted by relevance
32 void apply_patch_on_device(const char* apkPath, const char* patchPath, const char* outputPath);
279 void apply_patch_on_device(const char* apkPath, const char* patchPath, const char* outputPath) { in apply_patch_on_device() function
272 apply_patch_on_device(apk_file[0], patchTmpFile.path, apk_dest.c_str()); in install_app_legacy()