Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.h36 unique_fd install_patch(int argc, const char** argv);
Dfastdeploy.cpp299 unique_fd install_patch(int argc, const char** argv) { in install_patch() function
Dadb_install.cpp193 auto patchFd = install_patch(pm_args.size(), pm_args.data()); in install_app_streamed()