Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs739 fn stat_to_stat(s64: linux_raw_sys::general::stat64) -> io::Result<Stat> { in stat_to_stat() function
771 fn stat_to_stat(s: linux_raw_sys::general::stat) -> io::Result<Stat> { in stat_to_stat() function