Home
last modified time | relevance | path

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

/packages/modules/Virtualization/zipfuse/src/
Dmain.rs153 type DirIter = DirIter; typedef
319 ) -> io::Result<Self::DirIter> { in readdir() argument
344 Ok(DirIter { inner: new_buf, offset, cur: 0 }) in readdir()
348 struct DirIter { struct
354 impl fuse::filesystem::DirectoryIterator for DirIter { implementation
/packages/modules/Virtualization/authfs/src/
Dfusefs.rs189 type DirIter = EmptyDirectoryIterator; typedef