Searched defs:DirEntry (Results 1 – 7 of 7) sorted by relevance
54 pub fn read(&mut self) -> Option<io::Result<DirEntry>> { in read()201 pub struct DirEntry { struct207 impl DirEntry { impl
102 pub fn read(&mut self) -> Option<io::Result<DirEntry>> { in read()368 pub struct DirEntry { struct375 impl DirEntry { implementation
115 struct DirEntry { struct116 DIR* directory;117 std::string folder_path;118 std::vector<struct dirent*> contents;119 size_t current_index;
44 fn read_entries(dir: &mut Dir) -> HashMap<String, DirEntry> { in read_entries() argument
85 class DirEntry { class87 DirEntry(const char* n, DirEntryKinds k) in DirEntry() function in i18n::phonenumbers::DirEntry
1712 for (const std::unique_ptr<RedirectingFileSystem::Entry> &DirEntry : in lookupPath() local
13426 } DirEntry; typedef