Searched refs:retry_count (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/ |
D | install.cpp | 140 int update_binary_command(const std::string& path, ZipArchiveHandle zip, int retry_count, 223 int update_binary_command(const std::string& path, ZipArchiveHandle zip, int retry_count, in update_binary_command() argument 269 int update_binary_command(const std::string& path, ZipArchiveHandle zip, int retry_count, in update_binary_command() argument 303 if (retry_count > 0) { in update_binary_command() 321 std::vector<std::string>& log_buffer, int retry_count, in try_update_binary() argument 329 int ret = update_binary_command(path, zip, retry_count, pipefd[1], &args); in try_update_binary() 561 std::vector<std::string>& log_buffer, int retry_count, int* max_temperature) in really_install_package() argument 616 if (retry_count > 0) { in really_install_package() 617 ui->Print("Retry attempt: %d\n", retry_count); in really_install_package() 620 int result = try_update_binary(path, zip, wipe_cache, log_buffer, retry_count, max_temperature); in really_install_package() [all …]
|
D | install.h | 30 bool needs_mount, int retry_count);
|
D | recovery.cpp | 1309 static void set_retry_bootloader_message(int retry_count, const std::vector<std::string>& args) { in set_retry_bootloader_message() argument 1318 options.push_back(android::base::StringPrintf("--retry_count=%d", retry_count + 1)); in set_retry_bootloader_message() 1409 int retry_count = 0; in main() local 1417 case 'n': android::base::ParseInt(optarg, &retry_count, 0); break; in main() 1525 TEMPORARY_INSTALL_FILE, true, retry_count); in main() 1533 if (status == INSTALL_RETRY && retry_count < EIO_RETRY_COUNT) { in main() 1535 set_retry_bootloader_message(retry_count, args); in main() 1537 ui->Print("Retry attempt %d\n", retry_count); in main()
|
/bootable/recovery/private/ |
D | install.h | 26 int update_binary_command(const std::string& path, ZipArchiveHandle zip, int retry_count,
|