Searched refs:apply_patch_service_string (Results 1 – 1 of 1) sorted by relevance
320 std::string apply_patch_service_string = in install_patch() local322 unique_fd fd{adb_connect(apply_patch_service_string, &error)}; in install_patch()324 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in install_patch()334 std::string apply_patch_service_string = in apply_patch_on_device() local336 unique_fd fd{adb_connect(apply_patch_service_string, &error)}; in apply_patch_on_device()338 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in apply_patch_on_device()