Home
last modified time | relevance | path

Searched refs:ZipFuse (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/zipfuse/src/
Dmain.rs123 Ok(config.enter_message_loop(ZipFuse::new(zip_file, uid, gid)?)?) in run_fuse()
126 struct ZipFuse { struct
165 impl ZipFuse { impl
166 fn new(zip_file: &Path, uid: u32, gid: u32) -> Result<ZipFuse> { in new() argument
175 Ok(ZipFuse { in new()
213 impl fuse::filesystem::FileSystem for ZipFuse { implementation