Searched refs:InstallResult (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/install/include/install/ |
D | fuse_install.h | 28 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device); 30 InstallResult ApplyFromSdcard(Device* device);
|
D | install.h | 31 enum InstallResult { enum 52 InstallResult InstallPackage(Package* package, const std::string_view package_id,
|
D | adb_install.h | 25 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
|
/bootable/recovery/install/ |
D | fuse_install.cpp | 149 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device) { in InstallWithFuseFromPath() 162 InstallResult result = INSTALL_ERROR; in InstallWithFuseFromPath() 208 InstallResult ApplyFromSdcard(Device* device) { in ApplyFromSdcard()
|
D | adb_install.cpp | 93 static auto AdbInstallPackageHandler(Device* device, InstallResult* result) { in AdbInstallPackageHandler() 128 static auto AdbRebootHandler(MinadbdCommand command, InstallResult* result, in AdbRebootHandler() 339 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() 350 InstallResult install_result = INSTALL_ERROR; in ApplyFromAdb()
|
D | install.cpp | 388 static InstallResult TryUpdateBinary(Package* package, bool* wipe_cache, in TryUpdateBinary() 606 static InstallResult VerifyAndInstallPackage(Package* package, bool* wipe_cache, in VerifyAndInstallPackage() 635 InstallResult InstallPackage(Package* package, const std::string_view package_id, in InstallPackage() 643 InstallResult result; in InstallPackage()
|
/bootable/recovery/ |
D | recovery.cpp | 178 static InstallResult prompt_and_wipe_data(Device* device) { in prompt_and_wipe_data() 360 static Device::BuiltinAction PromptAndWait(Device* device, InstallResult status) { in PromptAndWait() 729 InstallResult status = INSTALL_SUCCESS; in start_recovery()
|