Searched refs:ZipFuse (Results 1 – 1 of 1) sorted by relevance
123 Ok(config.enter_message_loop(ZipFuse::new(zip_file, uid, gid)?)?) in run_fuse()126 struct ZipFuse { struct165 impl ZipFuse { impl166 fn new(zip_file: &Path, uid: u32, gid: u32) -> Result<ZipFuse> { in new() argument175 Ok(ZipFuse { in new()213 impl fuse::filesystem::FileSystem for ZipFuse { implementation