Home
last modified time | relevance | path

Searched refs:apply_patch_on_device (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dfastdeploy.h32 void apply_patch_on_device(const char* apkPath, const char* patchPath, const char* outputPath);
Dfastdeploy.cpp279 void apply_patch_on_device(const char* apkPath, const char* patchPath, const char* outputPath) { in apply_patch_on_device() function
Dadb_install.cpp272 apply_patch_on_device(apk_file[0], patchTmpFile.path, apk_dest.c_str()); in install_app_legacy()