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

/external/kernel-headers/original/uapi/asm-generic/
H A Dstatfs.h22 struct statfs { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstatfs.h22 struct statfs { struct
65 struct statfs64 { /* Same as struct statfs */
/external/toybox/toys/other/
H A Dstat.c43 struct statfs sf;
114 struct statfs *statfs = (struct statfs *)&TT.stat; local
116 if (type == 'a') out('u', statfs->f_bavail);
117 else if (type == 'b') out('u', statfs->f_blocks);
118 else if (type == 'c') out('u', statfs->f_files);
119 else if (type == 'd') out('u', statfs->f_ffree);
120 else if (type == 'f') out('u', statfs->f_bfree);
121 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 110 milliseconds