Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfastdeploy.h37 unique_fd apply_patch_on_device(const char* output_path);
Dfastdeploy.cpp329 unique_fd apply_patch_on_device(const char* output_path) { in apply_patch_on_device() function
Dadb_install.cpp285 auto patchFd = apply_patch_on_device(apk_dest.c_str()); in install_app_legacy()