| /external/rust/crates/walkdir/src/ |
| D | dent.rs | 35 pub struct DirEntry { struct 61 impl DirEntry { argument 199 ent: &fs::DirEntry, in from_entry() 200 ) -> Result<DirEntry> { in from_entry() 220 ent: &fs::DirEntry, in from_entry() 221 ) -> Result<DirEntry> { in from_entry() 239 ent: &fs::DirEntry, in from_entry() 240 ) -> Result<DirEntry> { in from_entry() 257 ) -> Result<DirEntry> { in from_path() 279 ) -> Result<DirEntry> { in from_path() [all …]
|
| D | lib.rs | 396 F: FnMut(&DirEntry, &DirEntry) -> Ordering + Send + Sync + 'static, in sort_by() 664 fn next(&mut self) -> Option<Result<DirEntry>> { in next() 819 mut dent: DirEntry, in handle_entry() 820 ) -> Option<Result<DirEntry>> { in handle_entry() 858 fn get_deferred_dir(&mut self) -> Option<DirEntry> { in get_deferred_dir() 935 fn follow(&self, mut dent: DirEntry) -> Result<DirEntry> { in follow() 991 fn next(&mut self) -> Option<Result<DirEntry>> { in next() 1044 fn next(&mut self) -> Option<Result<DirEntry>> { in next()
|
| D | error.rs | 173 pub(crate) fn from_entry(dent: &DirEntry, err: io::Error) -> Self { in from_entry()
|
| /external/rust/crates/tokio/src/fs/ |
| D | read_dir.rs | 53 pub async fn next_entry(&mut self) -> io::Result<Option<DirEntry>> { in next_entry() 76 pub fn poll_next_entry(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next_entry() 109 impl DirEntry { impl 145 pub struct DirEntry(Arc<std::fs::DirEntry>); struct 147 impl DirEntry { implementation 274 pub(super) fn as_inner(&self) -> &std::fs::DirEntry { in as_inner()
|
| /external/libchromeos-rs/src/ |
| D | read_dir.rs | 24 pub struct DirEntry<'r> { struct 42 pub fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
|
| /external/rust/crates/walkdir/src/tests/ |
| D | util.rs | 45 pub fn ents(&self) -> &[DirEntry] { in ents() 58 pub fn sorted_ents(&self) -> Vec<DirEntry> { in sorted_ents()
|
| /external/crosvm/fuse/src/ |
| D | fuzzing.rs | 21 fn next(&mut self) -> Option<DirEntry> { in next()
|
| D | filesystem.rs | 66 pub struct DirEntry<'a> { struct 70 pub ino: libc::ino64_t, 76 pub offset: u64, 79 pub type_: u32, 83 pub name: &'a CStr, 345 fn next(&mut self) -> Option<DirEntry>; in next()
|
| D | server.rs | 1727 d: DirEntry, in add_dirent()
|
| /external/crosvm/devices/src/virtio/fs/ |
| D | read_dir.rs | 68 fn next(&mut self) -> Option<DirEntry> { in next()
|
| /external/vm_tools/p9/src/server/ |
| D | tests.rs | 95 enum DirEntry<'a> { enum 106 impl<'a> DirEntry<'a> { implementation
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_scandir.py | 31 class DirEntry(BaseClass): class
|
| /external/llvm-project/clang-tools-extra/modularize/ |
| D | ModularizeUtilities.cpp | 281 if (auto DirEntry = FileMgr->getDirectory(DirName)) in loadModuleMap() local
|
| /external/llvm-project/clang/lib/Lex/ |
| D | ModuleMap.cpp | 437 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName)) in findHeaderInUmbrellaDirs() local 781 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName)) in isHeaderUnavailableInModule() local
|
| /external/clang/lib/Basic/ |
| D | VirtualFileSystem.cpp | 1494 for (const std::unique_ptr<Entry> &DirEntry : in lookupPath() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | VirtualFileSystem.cpp | 1712 for (const std::unique_ptr<RedirectingFileSystem::Entry> &DirEntry : in lookupPath() local
|
| /external/llvm-project/llvm/lib/Support/ |
| D | VirtualFileSystem.cpp | 1796 for (const std::unique_ptr<RedirectingFileSystem::Entry> &DirEntry : in lookupPath() local
|
| /external/python/cpython3/Modules/ |
| D | posixmodule.c | 13171 } DirEntry; typedef
|