Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1784 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() function
1809 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs715 fn statx_to_stat(x: crate::fs::Statx) -> io::Result<Stat> { in statx_to_stat() function