Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/
Ddent.rs35 pub struct DirEntry { struct
61 impl DirEntry { implementation
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.rs418 F: FnMut(&DirEntry, &DirEntry) -> Ordering + Send + Sync + 'static, in sort_by()
686 fn next(&mut self) -> Option<Result<DirEntry>> { in next()
841 mut dent: DirEntry, in handle_entry()
842 ) -> Option<Result<DirEntry>> { in handle_entry()
883 fn get_deferred_dir(&mut self) -> Option<DirEntry> { in get_deferred_dir()
960 fn follow(&self, mut dent: DirEntry) -> Result<DirEntry> { in follow()
1016 fn next(&mut self) -> Option<Result<DirEntry>> { in next()
1069 fn next(&mut self) -> Option<Result<DirEntry>> { in next()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/
Dread_dir.rs78 pub async fn next_entry(&mut self) -> io::Result<Option<DirEntry>> { in next_entry()
101 pub fn poll_next_entry(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next_entry()
127 fn next_chunk(buf: &mut VecDeque<io::Result<DirEntry>>, std: &mut std::fs::ReadDir) -> bool { in next_chunk()
164 impl DirEntry { impl
200 pub struct DirEntry { struct
211 std: Arc<std::fs::DirEntry>, argument
214 impl DirEntry { implementation
354 pub(super) fn as_inner(&self) -> &std::fs::DirEntry { in as_inner()
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/tokio/
Dread_dir.rs39 pub async fn next_entry(&mut self) -> io::Result<Option<DirEntry>> { in next_entry()
49 pub fn poll_next_entry(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next_entry()
62 pub struct DirEntry { struct
63 tokio: fs::DirEntry, argument
66 impl DirEntry { impl
104 impl DirEntry { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Ddir.rs133 pub fn read(&mut self) -> Option<io::Result<DirEntry>> { in read()
263 pub struct DirEntry { struct
282 impl DirEntry { argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs83 pub fn read(&mut self) -> Option<io::Result<DirEntry>> { in read()
261 pub struct DirEntry { struct
267 impl DirEntry { argument
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/server/
Dread_dir.rs40 pub struct DirEntry<'r> { struct
58 pub fn next(&mut self) -> Option<Result<DirEntry>> { in next()
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/
Ddir.rs51 pub struct DirEntry { struct
52 inner: fs::DirEntry, argument
55 impl DirEntry { implementation
95 impl DirEntryExt for DirEntry { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfs.rs59 pub struct DirEntry { struct
61 root: PathBuf,
63 ino: u64,
65 type_: u8,
67 name: OsString,
190 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
230 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfs.rs59 pub struct DirEntry { struct
61 root: PathBuf,
63 ino: u64,
65 type_: u8,
67 name: OsString,
190 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
230 impl DirEntry { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfs.rs59 pub struct DirEntry { struct
61 root: PathBuf,
63 ino: u64,
65 type_: u8,
67 name: OsString,
190 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
230 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfs.rs59 pub struct DirEntry { struct
61 root: PathBuf,
63 ino: u64,
65 type_: u32,
67 name: OsString,
198 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
238 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfs.rs59 pub struct DirEntry { struct
61 root: PathBuf,
63 ino: u64,
65 type_: u32,
67 name: OsString,
198 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
238 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs62 pub struct DirEntry { struct
63 entry: abi::dirent,
64 inner: Arc<InnerReadDir>,
177 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
200 impl DirEntry { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs62 pub struct DirEntry { struct
63 entry: abi::dirent,
64 inner: Arc<InnerReadDir>,
177 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
200 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs62 pub struct DirEntry { struct
63 entry: abi::dirent,
64 inner: Arc<InnerReadDir>,
177 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
200 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs62 pub struct DirEntry { struct
63 entry: abi::dirent,
64 inner: Arc<InnerReadDir>,
177 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
200 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs62 pub struct DirEntry { struct
63 entry: abi::dirent,
64 inner: Arc<InnerReadDir>,
177 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
200 impl DirEntry { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dfs.rs286 pub struct DirEntry { struct
297 // `entry` field in `DirEntry` helps reduce the `cfg` boilerplate elsewhere. argument
334 pub struct DirEntry { struct
335 dir: Arc<InnerReadDir>,
337 entry: dirent64,
694 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
797 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
874 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dfs.rs290 pub struct DirEntry { struct
301 // `entry` field in `DirEntry` helps reduce the `cfg` boilerplate elsewhere. argument
338 pub struct DirEntry { struct
339 dir: Arc<InnerReadDir>,
341 entry: dirent64,
698 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
801 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
878 impl DirEntry { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dfs.rs286 pub struct DirEntry { struct
297 // `entry` field in `DirEntry` helps reduce the `cfg` boilerplate elsewhere. argument
334 pub struct DirEntry { struct
335 dir: Arc<InnerReadDir>,
337 entry: dirent64,
694 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
797 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
874 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dfs.rs290 pub struct DirEntry { struct
301 // `entry` field in `DirEntry` helps reduce the `cfg` boilerplate elsewhere. argument
338 pub struct DirEntry { struct
339 dir: Arc<InnerReadDir>,
341 entry: dirent64,
698 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
801 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
878 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dfs.rs286 pub struct DirEntry { struct
297 // `entry` field in `DirEntry` helps reduce the `cfg` boilerplate elsewhere. argument
334 pub struct DirEntry { struct
335 dir: Arc<InnerReadDir>,
337 entry: dirent64,
694 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
797 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
874 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfs.rs44 pub struct DirEntry { struct
45 meta: wasi::Dirent,
46 name: Vec<u8>,
47 inner: Arc<ReadDirInner>,
171 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
244 impl DirEntry { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfs.rs44 pub struct DirEntry { struct
45 meta: wasi::Dirent,
46 name: Vec<u8>,
47 inner: Arc<ReadDirInner>,
171 fn next(&mut self) -> Option<io::Result<DirEntry>> { in next()
244 impl DirEntry { impl

1234