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);
675 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount() argument676 CHECK(should_use_fuse != nullptr); in SetupPackageMount()682 *should_use_fuse = true; in SetupPackageMount()690 *should_use_fuse = false; in SetupPackageMount()716 *should_use_fuse = false; in SetupPackageMount()
749 bool should_use_fuse = false; in start_recovery() local750 if (!SetupPackageMount(update_package, &should_use_fuse)) { in start_recovery()753 } else if (install_with_fuse || should_use_fuse) { in start_recovery()