Home
last modified time | relevance | path

Searched refs:statx_to_stat (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs411 Ok(x) => statx_to_stat(x),
967 Ok(x) => statx_to_stat(x),
1333 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
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs415 Ok(x) => statx_to_stat(x),
456 Ok(x) => statx_to_stat(x),
510 Ok(x) => statx_to_stat(x),
569 Ok(x) => statx_to_stat(x),
620 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() functions

Completed in 4 milliseconds