| /third_party/musl/include/sys/ |
| D | statvfs.h | 14 struct statvfs { struct 30 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
| D | statvfs.h | 11 struct statvfs { struct 26 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| D | statvfs.h | 14 struct statvfs { struct 29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| D | statvfs.h | 14 struct statvfs { struct 29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| D | statvfs.h | 14 struct statvfs { struct 29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
| /third_party/musl/porting/liteos_a/kernel/include/sys/ |
| D | statvfs.h | 14 struct statvfs { struct 29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
| /third_party/rust/crates/rustix/tests/fs/ |
| D | statfs.rs | 78 let statvfs = rustix::fs::statvfs("Cargo.toml").unwrap(); in test_statvfs() localVariable 87 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_fstatvfs() localVariable
|
| D | file.rs | 90 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_file() localVariable
|
| /third_party/rust/crates/rustix/src/fs/ |
| D | abs.rs | 67 pub fn statvfs<P: path::Arg>(path: P) -> io::Result<StatVfs> { in statvfs() function
|
| /third_party/musl/src/stat/ |
| D | statvfs.c | 45 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
|
| /third_party/rust/crates/nix/src/sys/ |
| D | statvfs.rs | 136 pub fn statvfs<P: ?Sized + NixPath>(path: &P) -> Result<Statvfs> { in statvfs() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
| D | dir.rs | 173 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
|
| D | syscalls.rs | 828 pub(crate) fn statvfs(filename: &CStr) -> io::Result<StatVfs> { in statvfs() function
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| D | dir.rs | 163 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
|
| D | syscalls.rs | 248 pub(crate) fn statvfs(filename: &CStr) -> io::Result<StatVfs> { in statvfs() function 1022 let mut statvfs = MaybeUninit::<libc_statvfs>::uninit(); in fstatvfs() localVariable
|
| /third_party/toybox/porting/liteos_a/lib/ |
| D | lib.h | 386 struct statvfs statvfs; member
|
| /third_party/toybox/lib/ |
| D | lib.h | 389 struct statvfs statvfs; member
|
| /third_party/curl/lib/vssh/ |
| D | libssh.c | 1140 sftp_statvfs_t statvfs; in myssh_statemach_act() local
|
| D | libssh2.c | 1942 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 1343 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3800 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
|