Lines Matching refs:retry_count
272 int SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, in SetUpNonAbUpdateCommands() argument
311 if (retry_count > 0) { in SetUpNonAbUpdateCommands()
329 std::vector<std::string>* log_buffer, int retry_count, in try_update_binary() argument
391 : SetUpNonAbUpdateCommands(package, zip, retry_count, pipe_write.get(), &args); in try_update_binary()
575 std::vector<std::string>* log_buffer, int retry_count, in really_install_package() argument
616 if (retry_count == 0 && !verify_package_compatibility(zip)) { in really_install_package()
623 if (retry_count > 0) { in really_install_package()
624 ui->Print("Retry attempt: %d\n", retry_count); in really_install_package()
628 try_update_binary(path, zip, wipe_cache, log_buffer, retry_count, max_temperature, ui); in really_install_package()
636 int retry_count, RecoveryUI* ui) { in install_package() argument
652 retry_count, &max_temperature, ui); in install_package()
683 "retry: " + std::to_string(retry_count), in install_package()