Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dinstall.h50 int install_package(const std::string& package, bool should_wipe_cache, bool needs_mount,
/bootable/recovery/install/
Dfuse_sdcard_install.cpp187 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, false, false, 0 /*retry_count*/, ui); in ApplyFromSdcard()
Dadb_install.cpp113 *result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, false, false, 0, ui); in AdbInstallPackageHandler()
Dinstall.cpp635 int install_package(const std::string& path, bool should_wipe_cache, bool needs_mount, in install_package() function
/bootable/recovery/
Drecovery.cpp884 status = install_package(update_package, should_wipe_cache, true, retry_count, ui); in start_recovery()