Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs655 fn stat_to_stat(s64: linux_raw_sys::general::stat64) -> io::Result<Stat> { in stat_to_stat() function
687 fn stat_to_stat(s: linux_raw_sys::general::stat) -> io::Result<Stat> { in stat_to_stat() function