Searched refs:apply_patch_service_string (Results 1 – 1 of 1) sorted by relevance
322 std::string apply_patch_service_string = in install_patch() local324 unique_fd fd{adb_connect(apply_patch_service_string, &error)}; in install_patch()326 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in install_patch()336 std::string apply_patch_service_string = in apply_patch_on_device() local338 unique_fd fd{adb_connect(apply_patch_service_string, &error)}; in apply_patch_on_device()340 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in apply_patch_on_device()