Home
last modified time | relevance | path

Searched defs:DirEntry (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/walkdir/src/
Ddent.rs35 pub struct DirEntry { struct
61 impl DirEntry { argument
187 ent: &fs::DirEntry, in from_entry()
188 ) -> Result<DirEntry> { in from_entry()
202 ent: &fs::DirEntry, in from_entry()
203 ) -> Result<DirEntry> { in from_entry()
221 ent: &fs::DirEntry, in from_entry()
222 ) -> Result<DirEntry> { in from_entry()
234 ) -> Result<DirEntry> { in from_path()
256 ) -> Result<DirEntry> { in from_path()
[all …]
Dlib.rs396 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()
Derror.rs170 pub(crate) fn from_entry(dent: &DirEntry, err: io::Error) -> Self { in from_entry()
/external/rust/crates/tokio/src/fs/
Dread_dir.rs79 pub async fn next_entry(&mut self) -> io::Result<Option<DirEntry>> { in next_entry()
102 pub fn poll_next_entry(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next_entry()
136 fn next_chunk(buf: &mut VecDeque<io::Result<DirEntry>>, std: &mut std::fs::ReadDir) { in next_chunk()
163 impl DirEntry { impl
199 pub struct DirEntry { struct
207 std: Arc<std::fs::DirEntry>, argument
210 impl DirEntry { impl
347 pub(super) fn as_inner(&self) -> &std::fs::DirEntry { in as_inner()
/external/libchromeos-rs/src/
Dread_dir.rs24 pub struct DirEntry<'r> { struct
42 pub fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
/external/crosvm/common/p9/src/server/
Dread_dir.rs40 pub struct DirEntry<'r> { struct
58 pub fn next(&mut self) -> Option<Result<DirEntry>> { in next()
Dtests.rs108 enum DirEntry<'a> { enum
123 impl<'a> DirEntry<'a> { impl
/external/rust/crates/walkdir/src/tests/
Dutil.rs45 pub fn ents(&self) -> &[DirEntry] { in ents()
58 pub fn sorted_ents(&self) -> Vec<DirEntry> { in sorted_ents()
/external/crosvm/fuse/src/
Dfuzzing.rs28 fn next(&mut self) -> Option<DirEntry> { in next()
Dfilesystem.rs69 pub struct DirEntry<'a> { struct
73 pub ino: libc::ino64_t,
79 pub offset: u64,
82 pub type_: u32,
86 pub name: &'a CStr,
348 fn next(&mut self) -> Option<DirEntry>; in next()
Dserver.rs1771 d: &DirEntry, in add_dirent()
/external/crosvm/devices/src/virtio/fs/
Dread_dir.rs70 fn next(&mut self) -> Option<DirEntry> { in next()
/external/python/pyfakefs/pyfakefs/
Dfake_scandir.py31 class DirEntry(BaseClass): class
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1494 for (const std::unique_ptr<Entry> &DirEntry : in lookupPath() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1712 for (const std::unique_ptr<RedirectingFileSystem::Entry> &DirEntry : in lookupPath() local
/external/python/cpython3/Modules/
Dposixmodule.c13426 } DirEntry; typedef