Home
last modified time | relevance | path

Searched defs:retry_count (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/install/
Dinstall.cpp272 int SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, in SetUpNonAbUpdateCommands()
329 std::vector<std::string>* log_buffer, int retry_count, in try_update_binary()
575 std::vector<std::string>* log_buffer, int retry_count, in really_install_package()
636 int retry_count, RecoveryUI* ui) { in install_package()
/bootable/recovery/
Drecovery.cpp678 static void set_retry_bootloader_message(int retry_count, const std::vector<std::string>& args) { in set_retry_bootloader_message()
760 int retry_count = 0; in start_recovery() local