Searched refs:apply_patch_service_string (Results 1 – 1 of 1) sorted by relevance
321 std::string apply_patch_service_string = in install_patch() local323 unique_fd fd{adb_connect(apply_patch_service_string, &error)}; in install_patch()325 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in install_patch()335 std::string apply_patch_service_string = in apply_patch_on_device() local337 unique_fd fd{adb_connect(apply_patch_service_string, &error)}; in apply_patch_on_device()339 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in apply_patch_on_device()