Skip to main content

run_fuse_foreground

Function run_fuse_foreground 

Source
pub(crate) fn run_fuse_foreground(
    image_fd: OwnedFd,
    objects_fd: Arc<OwnedFd>,
    mountpoint: &str,
    mode: MountMode,
    mount_options: MountOptions,
    enable_verity: bool,
    ready_fd: Option<OwnedFd>,
) -> Result<()>