Searched defs:statfs64 (Results 1 - 7 of 7) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/include/asm/
H A Dstatfs.h29 struct statfs64 { struct
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dstatfs.h42 struct statfs64 { struct
62 struct statfs64 { struct
/development/ndk/platforms/android-L/arch-mips/include/asm/
H A Dstatfs.h44 struct statfs64 { struct
65 struct statfs64 { struct
/development/ndk/platforms/android-L/arch-mips64/include/asm/
H A Dstatfs.h44 struct statfs64 { struct
65 struct statfs64 { struct
/development/ndk/platforms/android-L/include/asm-generic/
H A Dstatfs.h52 struct statfs64 { struct
/development/ndk/sources/android/libportable/common/include/
H A Dvfs_portable.h77 int WRAP(statfs64)(const char* path, struct statfs64_portable* stat) { function
/development/ndk/platforms/android-L/include/sys/
H A Dvfs.h73 /* 32-bit MIPS (corresponds to the kernel's statfs64 type). */
90 /* 32-bit ARM or x86 (corresponds to the kernel's statfs64 type). */
108 struct statfs64 { __STATFS64_BODY }; struct
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));

Completed in 301 milliseconds