Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-statvfs.h48 struct statvfs { struct
67 int statvfs(const char *, struct statvfs *); argument
Dbsd-statvfs.c64 int statvfs(const char *path, struct statvfs *buf) in statvfs() function
/external/rust/crates/nix/src/sys/
Dmod.rs91 pub mod statvfs; module
Dstatvfs.rs124 pub fn statvfs<P: ?Sized + NixPath>(path: &P) -> Result<Statvfs> { in statvfs() function
/external/libchrome/base/
Dsys_info_posix.cc29 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
/external/toybox/lib/
Dlib.h392 struct statvfs statvfs; member
/external/curl/lib/vssh/
Dlibssh.c1118 sftp_statvfs_t statvfs; in myssh_statemach_act() local
Dlibssh2.c1767 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
/external/python/parse_type/tasks/_vendor/
Dpath.py1133 def statvfs(self): member in Path
/external/rust/crates/libc/src/unix/
Dmod.rs1280 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
/external/python/cpython2/Modules/
Dposixmodule.c21 # pragma weak statvfs macro
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc741 TEST(MemorySanitizer, statvfs) { in TEST() argument
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp751 TEST(MemorySanitizer, statvfs) { in TEST() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3780 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function