Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/include/sys/
Dstatvfs.h14 struct statvfs { struct
30 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h11 struct statvfs { struct
26 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h14 struct statvfs { struct
29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h14 struct statvfs { struct
29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h14 struct statvfs { struct
29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h14 struct statvfs { struct
29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/third_party/rust/crates/rustix/tests/fs/
Dstatfs.rs78 let statvfs = rustix::fs::statvfs("Cargo.toml").unwrap(); in test_statvfs() localVariable
87 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_fstatvfs() localVariable
Dfile.rs90 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_file() localVariable
/third_party/rust/crates/rustix/src/fs/
Dabs.rs67 pub fn statvfs<P: path::Arg>(path: P) -> io::Result<StatVfs> { in statvfs() function
/third_party/musl/src/stat/
Dstatvfs.c45 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
/third_party/rust/crates/nix/src/sys/
Dstatvfs.rs136 pub fn statvfs<P: ?Sized + NixPath>(path: &P) -> Result<Statvfs> { in statvfs() function
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs173 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
Dsyscalls.rs828 pub(crate) fn statvfs(filename: &CStr) -> io::Result<StatVfs> { in statvfs() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Ddir.rs163 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
Dsyscalls.rs248 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/
Dlib.h386 struct statvfs statvfs; member
/third_party/toybox/lib/
Dlib.h389 struct statvfs statvfs; member
/third_party/curl/lib/vssh/
Dlibssh.c1140 sftp_statvfs_t statvfs; in myssh_statemach_act() local
Dlibssh2.c1942 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
/third_party/rust/crates/libc/src/unix/
Dmod.rs1343 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3800 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function