Searched refs:should_use_fuse (Results 1 – 3 of 3) sorted by relevance
69 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse);
662 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount() argument663 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()
755 bool should_use_fuse = false; in start_recovery() local756 if (!SetupPackageMount(update_package, &should_use_fuse)) { in start_recovery()759 } else if (install_with_fuse || should_use_fuse) { in start_recovery()