Home
last modified time | relevance | path

Searched refs:statvfs64 (Results 1 - 25 of 40) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_statvfs64_test.cpp12 * @tc.desc: Verify whether the statvfs64() function successfully retrieves the filesystem
19 struct statvfs64 buf; in HWTEST_F()
20 EXPECT_EQ(0, statvfs64(path, &buf)); in HWTEST_F()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h43 #define statvfs64 statvfs macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h46 #define statvfs64 statvfs macro
/third_party/musl/include/sys/
H A Dstatvfs.h47 #define statvfs64 statvfs macro
/third_party/musl/src/stat/
H A Dstatvfs.c61 weak_alias(statvfs, statvfs64);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs21 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs85 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs94 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs188 pub struct statvfs64 { structure names
/third_party/rust/crates/rustix/src/backend/libc/
H A Doffset.rs405 c::statvfs64 as libc_statvfs,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1677 pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; in statvfs64() functions
1678 pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int; in fstatvfs64()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs67 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs117 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs94 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs58 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs133 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs114 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs95 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs95 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs138 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs132 pub struct statvfs64 { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs122 pub struct statvfs64 { structure names

Completed in 43 milliseconds

12