Home
last modified time | relevance | path

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

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