Home
last modified time | relevance | path

Searched refs:should_continue (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/install/
Dadb_install.cpp99 bool should_continue = true; in AdbInstallPackageHandler() local
108 should_continue = false; in AdbInstallPackageHandler()
124 return std::make_pair(*result == INSTALL_SUCCESS, should_continue); in AdbInstallPackageHandler()
178 const auto [result, should_continue] = command_func(); in HandleMessageFromMinadbd()
184 return should_continue; in HandleMessageFromMinadbd()