Home
last modified time | relevance | path

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

/external/musl/include/sys/
Dstatvfs.h14 struct statvfs { struct
29 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
/external/musl/src/stat/
Dstatvfs.c44 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
/external/rust/crates/nix/src/sys/
Dstatvfs.rs136 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/cronet/base/system/
Dsys_info_posix.cc33 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
/external/toybox/lib/
Dlib.h381 struct statvfs statvfs; member
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Dposix_compat.h320 int statvfs(const wchar_t *p, StatVFS *buf) { in statvfs() function
/external/curl/lib/vssh/
Dlibssh.c1141 sftp_statvfs_t statvfs; in myssh_statemach_act() local
Dlibssh2.c1941 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.rs1340 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/rust/crates/libc/src/fuchsia/
Dmod.rs3800 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function