Searched defs:DirEntry (Results 1 – 2 of 2) sorted by relevance
545 block: &mut VecDeque<io::Result<DirEntry>>, in fill_block()555 fn poll_next(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next()612 pub async fn next(&mut self) -> io::Result<Option<DirEntry>> { in next()622 pub struct DirEntry(Arc<std::fs::DirEntry>); struct624 impl DirEntry { impl
314 fn backup_de_db_if_accessible(entry: &DirEntry, user_id: i32) -> Result<()> { in backup_de_db_if_accessible()