Files
rust/library/std/src/sys/unix
Josh Stone d70b9c03ec unix: Use metadata for DirEntry::file_type fallback
When `DirEntry::file_type` fails to match a known `d_type`, we should
fall back to `DirEntry::metadata` instead of a bare `lstat`, because
this is faster and more reliable on targets with `fstatat`.
2022-01-29 16:58:18 -08:00
..
2021-08-19 12:02:39 -07:00
2021-08-10 12:09:00 +03:00
2021-08-10 12:09:00 +03:00
2021-04-28 14:25:04 +02:00
2021-08-10 12:09:00 +03:00
2020-11-12 03:40:15 +00:00
2021-12-14 16:40:43 +01:00
2021-12-28 11:28:05 +08:00
2021-08-19 12:02:39 -07:00
2021-08-10 12:09:00 +03:00
2021-06-01 09:07:55 +02:00
2021-08-19 12:02:39 -07:00
2022-01-19 15:59:22 +01:00