Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dinstall.h71 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse);
/bootable/recovery/install/
Dinstall.cpp747 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount() argument
748 CHECK(should_use_fuse != nullptr); in SetupPackageMount()
754 *should_use_fuse = true; in SetupPackageMount()
762 *should_use_fuse = false; in SetupPackageMount()
788 *should_use_fuse = false; in SetupPackageMount()
/bootable/recovery/
Drecovery.cpp757 bool should_use_fuse = false; in start_recovery() local
758 if (!SetupPackageMount(update_package, &should_use_fuse)) { in start_recovery()
761 } else if (install_with_fuse || should_use_fuse) { in start_recovery()