Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dfuse_install.h28 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device);
30 InstallResult ApplyFromSdcard(Device* device);
Dinstall.h31 enum InstallResult { enum
52 InstallResult InstallPackage(Package* package, const std::string_view package_id,
Dadb_install.h25 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
/bootable/recovery/install/
Dfuse_install.cpp149 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device) { in InstallWithFuseFromPath()
162 InstallResult result = INSTALL_ERROR; in InstallWithFuseFromPath()
208 InstallResult ApplyFromSdcard(Device* device) { in ApplyFromSdcard()
Dadb_install.cpp93 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()
Dinstall.cpp388 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/
Drecovery.cpp178 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()