Searched refs:install_package (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/install/include/install/ |
D | install.h | 50 int install_package(const std::string& package, bool should_wipe_cache, bool needs_mount,
|
/bootable/recovery/install/ |
D | fuse_sdcard_install.cpp | 187 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, false, false, 0 /*retry_count*/, ui); in ApplyFromSdcard()
|
D | adb_install.cpp | 113 *result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, false, false, 0, ui); in AdbInstallPackageHandler()
|
D | install.cpp | 635 int install_package(const std::string& path, bool should_wipe_cache, bool needs_mount, in install_package() function
|
/bootable/recovery/ |
D | recovery.cpp | 884 status = install_package(update_package, should_wipe_cache, true, retry_count, ui); in start_recovery()
|