Home
last modified time | relevance | path

Searched defs:stat64_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.rs1835 fn stat64_to_stat(s64: c::stat64) -> io::Result<Stat> { in stat64_to_stat() function
1870 fn stat64_to_stat(s64: c::stat64) -> io::Result<Stat> { in stat64_to_stat() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc185 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() function