Searched defs:statfs (Results 1 - 10 of 10) sorted by relevance

/external/syslinux/libinstaller/
H A Dlinuxioctl.h14 #define statfs _kernel_statfs /* HACK to deal with broken 2.4 distros */ macro
52 #undef statfs macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dstatfs.h23 struct statfs { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstatfs.h23 struct statfs { struct
66 struct statfs64 { /* Same as struct statfs */
/external/toybox/toys/other/
H A Dstat.c47 struct statfs sf;
135 struct statfs *statfs = (struct statfs *)&TT.stat; local
137 if (type == 'a') out('u', statfs->f_bavail);
138 else if (type == 'b') out('u', statfs->f_blocks);
139 else if (type == 'c') out('u', statfs->f_files);
140 else if (type == 'd') out('u', statfs->f_ffree);
141 else if (type == 'f') out('u', statfs->f_bfree);
142 else if (type == 'l') out('d', statfs
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 402 milliseconds