Home
last modified time | relevance | path

Searched defs:statx_to_stat (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1333 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() function
1373 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() function
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs620 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() function