Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dfuse_install.h28 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device);
/bootable/recovery/install/
Dfuse_install.cpp149 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device) { in InstallWithFuseFromPath() function
230 auto result = InstallWithFuseFromPath(path, device); in ApplyFromSdcard()
/bootable/recovery/
Drecovery.cpp763 status = InstallWithFuseFromPath(update_package, device); in start_recovery()
776 status = InstallWithFuseFromPath(update_package, device); in start_recovery()