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/linux_raw/fs/
H A Dsyscalls.rs620 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() functions
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1333 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() functions
1373 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() functions

Completed in 4 milliseconds