Home
last modified time | relevance | path

Searched defs:statfs_to_statvfs (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/src/sys/statvfs/linux/
Dstatfs_utils.h77 LIBC_INLINE struct statvfs statfs_to_statvfs(const LinuxStatFs &in) { in statfs_to_statvfs() function
/external/llvm-libc/src/sys/statvfs/linux/
Dstatfs_utils.h77 LIBC_INLINE struct statvfs statfs_to_statvfs(const LinuxStatFs &in) { in statfs_to_statvfs() function
/external/cronet/stable/third_party/llvm-libc/src/src/sys/statvfs/linux/
Dstatfs_utils.h77 LIBC_INLINE struct statvfs statfs_to_statvfs(const LinuxStatFs &in) { in statfs_to_statvfs() function
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs922 fn statfs_to_statvfs(statfs: StatFs) -> StatVfs { in statfs_to_statvfs() function