HomeSort by relevance Sort by last modified time
    Searched full:stat (Results 201 - 225 of 1263) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/build/platforms/android-5/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-5/arch-x86/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-8/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-8/arch-x86/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 *);
  /system/core/libcutils/
dir_hash.c 26 #include <sys/stat.h>
42 struct stat sb;
52 if (stat(path, &sb) != 0) {
175 struct stat sb;
235 if ((stat(name, &sb) == 0) && S_ISDIR(sb.st_mode)) {
ashmem-host.c 26 #include <sys/stat.h>
98 struct stat buf;
  /system/extras/tests/framebuffer/
mdp_test.c 23 #include <sys/stat.h>
33 struct stat stat; local
57 if (fstat(*fd, &stat) < 0) {
62 *len = stat.st_size;
  /external/qemu/slirp/
tcp_input.c 78 STAT(tcpstat.tcps_rcvpack++); \
79 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \
98 STAT(tcpstat.tcps_rcvpack++); \
99 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \
150 STAT(tcpstat.tcps_rcvduppack++);
151 STAT(tcpstat.tcps_rcvdupbyte += ti->ti_len);
167 STAT(tcpstat.tcps_rcvoopack++);
168 STAT(tcpstat.tcps_rcvoobyte += ti->ti_len);
273 STAT(tcpstat.tcps_rcvtotal++);
307 STAT(tcpstat.tcps_rcvbadsum++)
    [all...]
ip_input.c 85 STAT(ipstat.ips_total++);
88 STAT(ipstat.ips_toosmall++);
95 STAT(ipstat.ips_badvers++);
101 STAT(ipstat.ips_badhlen++); /* or packet too short */
110 STAT(ipstat.ips_badsum++);
119 STAT(ipstat.ips_badlen++);
132 STAT(ipstat.ips_tooshort++);
222 STAT(ipstat.ips_fragments++);
226 STAT(ipstat.ips_reassembled++);
238 STAT(ipstat.ips_delivered++)
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 78 STAT(tcpstat.tcps_rcvpack++); \
79 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \
98 STAT(tcpstat.tcps_rcvpack++); \
99 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \
150 STAT(tcpstat.tcps_rcvduppack++);
151 STAT(tcpstat.tcps_rcvdupbyte += ti->ti_len);
167 STAT(tcpstat.tcps_rcvoopack++);
168 STAT(tcpstat.tcps_rcvoobyte += ti->ti_len);
273 STAT(tcpstat.tcps_rcvtotal++);
307 STAT(tcpstat.tcps_rcvbadsum++)
    [all...]
ip_input.c 85 STAT(ipstat.ips_total++);
88 STAT(ipstat.ips_toosmall++);
95 STAT(ipstat.ips_badvers++);
101 STAT(ipstat.ips_badhlen++); /* or packet too short */
110 STAT(ipstat.ips_badsum++);
119 STAT(ipstat.ips_badlen++);
132 STAT(ipstat.ips_tooshort++);
222 STAT(ipstat.ips_fragments++);
226 STAT(ipstat.ips_reassembled++);
238 STAT(ipstat.ips_delivered++)
    [all...]
  /frameworks/base/cmds/installd/
commands.c 243 struct stat s;
251 if (stat(pkgpath, &s) < 0) return -1;
266 static int stat_size(struct stat *s)
282 struct stat s;
322 struct stat s;
334 if (stat(apkpath, &s) == 0) {
341 if (stat(fwdlock_apkpath, &s) == 0) {
347 if (stat(path, &s) == 0) {
492 struct stat apk_stat, dex_stat;
512 if (stat(dex_path, &dex_stat) == 0)
    [all...]
  /build/tools/soslim/
main.c 21 #include <sys/stat.h>
160 struct stat st;
162 "Cannot stat input file %s: %s (%d)!\n",
181 struct stat s;
182 FAILIF(stat(symsfile_name, &s) < 0,
183 "Cannot stat file %s.\n", symsfile_name);
  /external/bluetooth/bluez/common/
textfile.c 37 #include <sys/stat.h>
49 struct stat st;
53 err = stat(filename, &st);
165 struct stat st;
288 struct stat st;
383 struct stat st;
  /bionic/libc/stdio/
fopen.c 35 #include <sys/stat.h>
40 #include <linux/stat.h>
makebuf.c 35 #include <sys/stat.h>
83 struct stat st;
  /build/tools/apriori/
source.h 5 #include <sys/stat.h>
65 struct stat elf_file_info;
  /external/blktrace/btt/
mmap.c 25 #include <sys/stat.h>
104 struct stat buf;
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 33 #include <sys/stat.h>
86 struct stat *statbuf);
  /external/e2fsprogs/tests/progs/
random_exercise.c 19 #include <sys/stat.h>
61 struct stat st;
  /external/genext2fs/
config.h.in 55 /* Define to 1 if `st_rdev' is member of `struct stat'. */
66 /* Define to 1 if you have the <sys/stat.h> header file. */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 33 #include <sys/stat.h>
70 static int CheckDrive(char *drive, struct stat *stbuf)
78 if ( stat(drive, stbuf) < 0 ) {
111 static void AddDrive(char *drive, struct stat *stbuf)
198 struct stat stbuf;
230 struct stat stbuf;
260 struct stat stbuf;
289 struct stat stbuf;
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 30 #include <sys/stat.h>
250 static int write_object_header(int objId, yaffs_ObjectType t, struct stat *s, int parent, const char *name, int equivalentObj, const char * alias)
302 static void fix_stat(const char *path, struct stat *s)
328 struct stat stats;
462 fprintf(stderr," -f fix file stat (mods, user, group) for device\n");
473 struct stat stats;
517 if(stat(dir,&stats) < 0)
519 fprintf(stderr,"Could not stat %s\n",dir);
  /frameworks/base/core/jni/
android_os_ParcelFileDescriptor.cpp 22 #include <sys/stat.h>
85 struct stat st;
  /system/core/init/
logo.c 22 #include <sys/stat.h>
108 struct stat s;

Completed in 176 milliseconds

1 2 3 4 5 6 7 891011>>