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.h69 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse);
/bootable/recovery/install/
Dinstall.cpp662 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount() argument
663 CHECK(should_use_fuse != nullptr); in SetupPackageMount()
669 *should_use_fuse = true; in SetupPackageMount()
677 *should_use_fuse = false; in SetupPackageMount()
703 *should_use_fuse = false; in SetupPackageMount()
/bootable/recovery/
Drecovery.cpp755 bool should_use_fuse = false; in start_recovery() local
756 if (!SetupPackageMount(update_package, &should_use_fuse)) { in start_recovery()
759 } else if (install_with_fuse || should_use_fuse) { in start_recovery()