Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.h33 void install_patch(const char* apkPath, const char* patchPath, int argc, const char** argv);
Dfastdeploy.cpp300 void install_patch(const char* apkPath, const char* patchPath, int argc, const char** argv) { in install_patch() function
Dadb_install.cpp183 install_patch(file, patchTmpFilePath.c_str(), pm_args.size(), pm_args.data()); in install_app_streamed()