Searched refs:needs_mount (Results 1 – 2 of 2) 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 | install.cpp | 574 static int really_install_package(const std::string& path, bool* wipe_cache, bool needs_mount, in really_install_package() argument 587 if (needs_mount) { in really_install_package() 635 int install_package(const std::string& path, bool should_wipe_cache, bool needs_mount, in install_package() argument 651 result = really_install_package(path, &updater_wipe_cache, needs_mount, &log_buffer, in install_package()
|