Searched refs:apply_patch_on_device (Results 1 – 3 of 3) sorted by relevance
37 unique_fd apply_patch_on_device(const char* output_path);
329 unique_fd apply_patch_on_device(const char* output_path) { in apply_patch_on_device() function
285 auto patchFd = apply_patch_on_device(apk_dest.c_str()); in install_app_legacy()