Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h43 #define statvfs64 statvfs macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/include/sys/
Dstatvfs.h47 #define statvfs64 statvfs macro
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1677 pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; in statvfs64() function