| /external/rust/crates/walkdir/src/ | 
| D | dent.rs | 35 pub struct DirEntry {  struct61 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 …]
 
 | 
| 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 | 170     pub(crate) fn from_entry(dent: &DirEntry, err: io::Error) -> Self {  in from_entry()
 | 
| /external/rust/crates/tokio/src/fs/ | 
| D | read_dir.rs | 79     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/ | 
| D | read_dir.rs | 24 pub struct DirEntry<'r> {  struct42     pub fn next(&mut self) -> Option<io::Result<DirEntry>> {  in next()
 
 | 
| /external/crosvm/common/p9/src/server/ | 
| D | read_dir.rs | 40 pub struct DirEntry<'r> {  struct58     pub fn next(&mut self) -> Option<Result<DirEntry>> {  in next()
 
 | 
| D | tests.rs | 108 enum DirEntry<'a> {  enum123 impl<'a> DirEntry<'a> {  impl
 
 | 
| /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 | 28     fn next(&mut self) -> Option<DirEntry> {  in next()
 | 
| D | filesystem.rs | 69 pub struct DirEntry<'a> {  struct73     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()
 
 | 
| D | server.rs | 1771     d: &DirEntry,  in add_dirent()
 | 
| /external/crosvm/devices/src/virtio/fs/ | 
| D | read_dir.rs | 70     fn next(&mut self) -> Option<DirEntry> {  in next()
 | 
| /external/python/pyfakefs/pyfakefs/ | 
| D | fake_scandir.py | 31 class DirEntry(BaseClass):  class
 | 
| /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/python/cpython3/Modules/ | 
| D | posixmodule.c | 13426 } DirEntry;  typedef
 |