Searched refs:should_use_fuse (Results 1 – 3 of 3) sorted by relevance
71 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse);
747 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount() argument748 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()
757 bool should_use_fuse = false; in start_recovery() local758 if (!SetupPackageMount(update_package, &should_use_fuse)) { in start_recovery()761 } else if (install_with_fuse || should_use_fuse) { in start_recovery()