/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/ |
D | struct_statvfs.h | 15 struct statvfs { struct 16 unsigned long f_bsize; /* Filesystem block size */ 17 unsigned long f_frsize; /* Fragment size */ 18 fsblkcnt_t f_blocks; /* Size of fs in f_frsize units */ 19 fsblkcnt_t f_bfree; /* Number of free blocks */ 20 fsblkcnt_t f_bavail; /* Number of free blocks for unprivileged users */ 21 fsfilcnt_t f_files; /* Number of inodes */ 22 fsfilcnt_t f_ffree; /* Number of free inodes */ 23 fsfilcnt_t f_favail; /* Number of free inodes for unprivileged users */ 24 unsigned long f_fsid; /* Filesystem ID */ [all …]
|
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/ |
D | struct_statvfs.h | 15 struct statvfs { struct 16 unsigned long f_bsize; /* Filesystem block size */ 17 unsigned long f_frsize; /* Fragment size */ 18 fsblkcnt_t f_blocks; /* Size of fs in f_frsize units */ 19 fsblkcnt_t f_bfree; /* Number of free blocks */ 20 fsblkcnt_t f_bavail; /* Number of free blocks for unprivileged users */ 21 fsfilcnt_t f_files; /* Number of inodes */ 22 fsfilcnt_t f_ffree; /* Number of free inodes */ 23 fsfilcnt_t f_favail; /* Number of free inodes for unprivileged users */ 24 unsigned long f_fsid; /* Filesystem ID */ [all …]
|
/external/llvm-libc/include/llvm-libc-types/ |
D | struct_statvfs.h | 15 struct statvfs { struct 16 unsigned long f_bsize; /* Filesystem block size */ 17 unsigned long f_frsize; /* Fragment size */ 18 fsblkcnt_t f_blocks; /* Size of fs in f_frsize units */ 19 fsblkcnt_t f_bfree; /* Number of free blocks */ 20 fsblkcnt_t f_bavail; /* Number of free blocks for unprivileged users */ 21 fsfilcnt_t f_files; /* Number of inodes */ 22 fsfilcnt_t f_ffree; /* Number of free inodes */ 23 fsfilcnt_t f_favail; /* Number of free inodes for unprivileged users */ 24 unsigned long f_fsid; /* Filesystem ID */ [all …]
|
/external/musl/include/sys/ |
D | statvfs.h | 14 struct statvfs { struct 30 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
/external/trusty/musl/include/sys/ |
D | statvfs.h | 16 struct statvfs { struct 31 int statvfs (const char *__restrict, struct statvfs *__restrict); argument
|
/external/trusty/musl/src/stat/ |
D | statvfs.c | 44 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
|
/external/musl/src/stat/ |
D | statvfs.c | 45 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
|
/external/rust/android-crates-io/crates/nix/src/sys/ |
D | statvfs.rs | 130 pub fn statvfs<P: ?Sized + NixPath>(path: &P) -> Result<Statvfs> { in statvfs() function
|
/external/libchrome/base/ |
D | sys_info_posix.cc | 29 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
|
/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | abs.rs | 285 pub fn statvfs<P: path::Arg>(path: P) -> io::Result<StatVfs> { in statvfs() function
|
/external/cronet/stable/base/system/ |
D | sys_info_posix.cc | 34 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
|
/external/cronet/tot/base/system/ |
D | sys_info_posix.cc | 34 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
|
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/ |
D | dir.rs | 231 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
|
D | syscalls.rs | 914 pub(crate) fn statvfs(path: &CStr) -> io::Result<StatVfs> { in statvfs() function
|
/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/ |
D | dir.rs | 216 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() method
|
D | syscalls.rs | 259 pub(crate) fn statvfs(filename: &CStr) -> io::Result<StatVfs> { in statvfs() function 1479 let mut statvfs = MaybeUninit::<c::statvfs>::uninit(); in fstatvfs() localVariable
|
/external/toybox/lib/ |
D | lib.h | 398 struct statvfs statvfs; member
|
/external/cronet/tot/third_party/libc++/src/src/filesystem/ |
D | posix_compat.h | 294 inline int statvfs(const wchar_t* p, StatVFS* buf) { in statvfs() function
|
/external/cronet/stable/third_party/libc++/src/src/filesystem/ |
D | posix_compat.h | 294 inline int statvfs(const wchar_t* p, StatVFS* buf) { in statvfs() function
|
/external/curl/lib/vssh/ |
D | libssh.c | 1143 sftp_statvfs_t statvfs; in myssh_statemach_act() local
|
D | libssh2.c | 2294 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemachine() local
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 1133 def statvfs(self): member in Path
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/ |
D | mod.rs | 1393 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
|
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1697 mntvbufp: *mut *mut ::statvfs, in getmntvinfo()
|
/external/rust/android-crates-io/crates/libc/src/unix/ |
D | mod.rs | 1383 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; in statvfs() function
|