HomeSort by relevance Sort by last modified time
    Searched refs:statfs (Results 151 - 175 of 332) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
vfs.h 38 struct statfs { struct
97 extern int statfs(const char *, struct statfs *);
98 extern int fstatfs(int, struct statfs *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
statfs.h 17 #include <asm/statfs.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
statfs.h 17 #include <asm/statfs.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
vfs.h 38 struct statfs { struct
97 extern int statfs(const char *, struct statfs *);
98 extern int fstatfs(int, struct statfs *);
  /bionic/libc/bionic/
pathconf.c 54 __filesizebits( struct statfs* s )
83 __link_max( struct statfs* s )
110 __2_symlinks( struct statfs* s )
130 __name_max( struct statfs* s )
138 struct statfs buf;
139 int ret = statfs( path, &buf );
206 struct statfs buf;
  /bionic/libc/include/sys/
vfs.h 39 struct statfs { struct
55 struct statfs {
116 extern int statfs(const char *, struct statfs *);
117 extern int fstatfs(int, struct statfs *);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
vfs.h 39 struct statfs { struct
54 struct statfs {
114 extern int statfs(const char *, struct statfs *);
115 extern int fstatfs(int, struct statfs *);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
vfs.h 39 struct statfs { struct
54 struct statfs {
114 extern int statfs(const char *, struct statfs *);
115 extern int fstatfs(int, struct statfs *);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
vfs.h 39 struct statfs { struct
54 struct statfs {
114 extern int statfs(const char *, struct statfs *);
115 extern int fstatfs(int, struct statfs *);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
vfs.h 39 struct statfs { struct
54 struct statfs {
114 extern int statfs(const char *, struct statfs *);
115 extern int fstatfs(int, struct statfs *);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
vfs.h 39 struct statfs { struct
54 struct statfs {
114 extern int statfs(const char *, struct statfs *);
115 extern int fstatfs(int, struct statfs *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
vfs.h 39 struct statfs { struct
54 struct statfs {
114 extern int statfs(const char *, struct statfs *);
115 extern int fstatfs(int, struct statfs *);
  /external/kernel-headers/original/asm-x86/
statfs.h 5 #include <asm-generic/statfs.h>
20 struct statfs { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
statfs.h 5 #include <asm-generic/statfs.h>
20 struct statfs { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
statfs.h 5 #include <asm-generic/statfs.h>
20 struct statfs { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
statfs.h 5 #include <asm-generic/statfs.h>
20 struct statfs { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
statfs.h 16 #include <asm-generic/statfs.h>
19 struct statfs { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
statfs.h 16 #include <asm-generic/statfs.h>
19 struct statfs { struct
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
statfs.h 16 #include <asm-generic/statfs.h>
19 struct statfs { struct
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
statfs.h 16 #include <asm-generic/statfs.h>
19 struct statfs { struct
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
statfs.h 16 #include <asm-generic/statfs.h>
19 struct statfs { struct
  /external/openssh/openbsd-compat/
bsd-statvfs.h 24 #include <sys/statfs.h>
  /system/core/toolbox/
df.c 5 #include <sys/statfs.h>
31 struct statfs st;
33 if (statfs(s, &st) < 0) {
  /bionic/libc/kernel/arch-arm/asm/
statfs.h 21 struct statfs { struct
  /development/ndk/platforms/android-3/arch-arm/include/asm/
statfs.h 15 struct statfs { struct

Completed in 320 milliseconds

1 2 3 4 5 67 8 91011>>