Searched refs:ZipFuse (Results 1 – 1 of 1) sorted by relevance
72 Ok(fuse::worker::start_message_loop(dev_fuse, MAX_READ, MAX_WRITE, ZipFuse::new(zip_file)?)?) in run_fuse()75 struct ZipFuse { struct109 impl ZipFuse { implementation110 fn new(zip_file: &Path) -> Result<ZipFuse> { in new() argument116 Ok(ZipFuse { in new()150 impl fuse::filesystem::FileSystem for ZipFuse { implementation