/external/e2fsprogs/lib/ext2fs/ |
io_manager.c | 13 #include <sys/stat.h>
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
tdbtool-includes | 22 +#include <sys/stat.h>
|
/external/e2fsprogs/misc/ |
filefrag.c | 37 #include <sys/stat.h> 82 struct stat fileinfo; 100 if (stat(filename, &fileinfo) < 0) { 102 perror("stat");
|
/external/kernel-headers/original/asm-arm/ |
stat.h | 20 struct stat { struct
|
/external/kernel-headers/original/linux/ |
stat.h | 6 #include <asm/stat.h>
|
/external/ppp/pppd/plugins/radius/ |
includes.h | 31 #include <sys/stat.h>
|
/external/qemu/elff/ |
elff-common.h | 29 #include <sys/stat.h>
|
/hardware/msm7k/librpc/ |
ops.c | 6 #include <sys/stat.h>
|
xdr.c | 259 bool_t stat; local 276 stat = (*proc) (xdrs, *pp, LASTUNSIGNED); 282 return stat; 347 bool_t stat = TRUE; local 380 for (i = 0; (i < c) && stat; i++) { 381 stat = (*elproc) (xdrs, target, LASTUNSIGNED); 393 return stat;
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/ |
stat.h | 31 struct stat { struct
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
stat.h | 31 struct stat { struct
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
stat.h | 31 struct stat { struct
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/ |
stat.h | 31 struct stat { struct
|
/packages/apps/Camera/src/com/android/camera/ |
MenuHelper.java | 194 StatFs stat = new StatFs(storageDirectory); local 196 float remaining = ((float) stat.getAvailableBlocks() 197 * (float) stat.getBlockSize()) / PICTURE_BYTES; 201 // if we can't stat the filesystem then we don't know how many
|
/system/core/toolbox/ |
umount.c | 3 #include <sys/stat.h>
|
/external/qemu/slirp/ |
ip_icmp.c | 82 STAT(icmpstat.icps_received++); 89 STAT(icmpstat.icps_tooshort++); 99 STAT(icmpstat.icps_checksum++); 169 STAT(icmpstat.icps_notsupp++); 174 STAT(icmpstat.icps_badtype++); 309 STAT(icmpstat.icps_reflect++); 365 STAT(icmpstat.icps_reflect++);
|
tcp_timer.c | 61 STAT(tcpstat.tcps_delack++); 187 STAT(tcpstat.tcps_timeoutdrop++); 199 STAT(tcpstat.tcps_rexmttimeo++); 262 STAT(tcpstat.tcps_persisttimeo++); 274 STAT(tcpstat.tcps_keeptimeo++); 294 STAT(tcpstat.tcps_keepprobe++); 312 STAT(tcpstat.tcps_keepdrops++);
|
/external/qemu/slirp-android/ |
ip_icmp.c | 83 STAT(icmpstat.icps_received++); 90 STAT(icmpstat.icps_tooshort++); 100 STAT(icmpstat.icps_checksum++); 171 STAT(icmpstat.icps_notsupp++); 176 STAT(icmpstat.icps_badtype++); 311 STAT(icmpstat.icps_reflect++); 367 STAT(icmpstat.icps_reflect++);
|
tcp_timer.c | 61 STAT(tcpstat.tcps_delack++); 187 STAT(tcpstat.tcps_timeoutdrop++); 199 STAT(tcpstat.tcps_rexmttimeo++); 262 STAT(tcpstat.tcps_persisttimeo++); 274 STAT(tcpstat.tcps_keeptimeo++); 294 STAT(tcpstat.tcps_keepprobe++); 312 STAT(tcpstat.tcps_keepdrops++);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Memory.java | 283 StatFs stat = new StatFs(path.getPath()); 284 long blockSize = stat.getBlockSize(); 285 long totalBlocks = stat.getBlockCount(); 286 long availableBlocks = stat.getAvailableBlocks(); 321 StatFs stat = new StatFs(path.getPath()); 322 long blockSize = stat.getBlockSize(); 323 long availableBlocks = stat.getAvailableBlocks();
|
/packages/experimental/procstatlog/ |
procstatlog.c | 24 #include <sys/stat.h> 33 // large files (/proc/stat, /proc/yaffs) into individual values. 47 // /proc/*/stat - for all running/selected processes 52 // /proc/stat - per line: "/proc/stat:intr" 284 size_t i, stats_count = pid_count * 2 + 200; // 200 for stat, yaffs, etc. 289 sprintf(filename, "/proc/%d/stat", pids[i]); 298 next += read_lines("/proc/stat", ' ', NULL, 0, next, end - next); 369 "and writes data from /proc/stat, /proc/*/stat files, and\n [all...] |
/bionic/libc/include/sys/ |
linux-unistd.h | 92 int fstatat (int dirfd, const char *path, struct stat *buf, int flags); 108 int fstat (int, struct stat*); 109 int stat (const char *, struct stat *); 110 int lstat (const char *, struct stat *);
|
/external/e2fsprogs/util/ |
subst.c | 15 #include <sys/stat.h> 314 struct stat stbuf; 378 struct stat st; 383 if (stat(outfn, &stbuf) == 0) { 399 if (stat(outfn, &st) == 0)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
linux-unistd.h | 91 int fstatat (int dirfd, const char *path, struct stat *buf, int flags); 107 int fstat (int, struct stat*); 108 int stat (const char *, struct stat *); 109 int lstat (const char *, struct stat *);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
linux-unistd.h | 91 int fstatat (int dirfd, const char *path, struct stat *buf, int flags); 107 int fstat (int, struct stat*); 108 int stat (const char *, struct stat *); 109 int lstat (const char *, struct stat *);
|