Home
last modified time | relevance | path

Searched refs:fstatfs64 (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatfs.h23 #define fstatfs64 fstatfs macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatfs.h23 #define fstatfs64 fstatfs macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatfs.h23 #define fstatfs64 fstatfs macro
/third_party/musl/include/sys/
H A Dstatfs.h23 #define fstatfs64 fstatfs macro
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstatfs64_test.cpp15 * opening the/proc directory and calling the fstatfs64 function.
23 int result = fstatfs64(fileDescriptor, &stat); in HWTEST_F()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatfs.h22 #define fstatfs64 fstatfs macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatfs.h23 #define fstatfs64 fstatfs macro
/third_party/musl/src/stat/
H A Dstatvfs.c64 weak_alias(fstatfs, fstatfs64);
/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/nix/src/sys/
H A Dstatfs.rs41 = libc::fstatfs64;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1676 pub fn fstatfs64(fd: ::c_int, buf: *mut statfs64) -> ::c_int; in fstatfs64() functions

Completed in 8 milliseconds