Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp282 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, in SetUpNonAbUpdateCommands()
337 std::vector<std::string>* log_buffer, int retry_count, in TryUpdateBinary()
538 std::vector<std::string>* log_buffer, int retry_count, in VerifyAndInstallPackage()
565 bool should_wipe_cache, int retry_count, RecoveryUI* ui) { in InstallPackage()
/bootable/recovery/
Drecovery.cpp546 static void set_retry_bootloader_message(int retry_count, const std::vector<std::string>& args) { in set_retry_bootloader_message()
628 int retry_count = 0; in start_recovery() local