Home
last modified time | relevance | path

Searched refs:fstatvfs64 (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h47 #define fstatvfs64 fstatvfs macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h44 #define fstatvfs64 fstatvfs macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h47 #define fstatvfs64 fstatvfs macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h47 #define fstatvfs64 fstatvfs macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h47 #define fstatvfs64 fstatvfs macro
/third_party/musl/include/sys/
H A Dstatvfs.h48 #define fstatvfs64 fstatvfs macro
/third_party/musl/src/stat/
H A Dstatvfs.c63 weak_alias(fstatvfs, fstatvfs64);
/third_party/rust/crates/rustix/src/backend/libc/
H A Doffset.rs404 c::fstatfs64 as libc_fstatfs, c::fstatvfs64 as libc_fstatvfs, c::statfs64 as libc_statfs,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1678 pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int; in fstatvfs64() functions

Completed in 9 milliseconds