/external/yaffs2/yaffs2/utils/ |
mkyaffsimage.c | 29 #include <sys/stat.h> 331 static int write_object_header(int objId, yaffs_ObjectType t, struct stat *s, int parent, const char *name, int equivalentObj, const char * alias) 404 struct stat stats; 531 struct stat stats; 549 if(stat(argv[1],&stats) < 0) 551 printf("Could not stat %s\n",argv[1]);
|
/system/core/debuggerd/ |
debuggerd.c | 32 #include <sys/stat.h> 464 struct stat sb; 469 * XXX: Our stat.st_mtime isn't time_t. If it changes, as it probably ought 481 if (!stat(path, &sb)) { 680 struct stat s; 718 if(stat(buf, &s)) {
|
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | 26 #include <sys/stat.h> [all...] |
/bionic/libc/bionic/ |
fts.c | 33 #include <sys/stat.h> 272 /* Any type of file may be re-visited; re-stat and re-turn. */ 533 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is 538 * The former skips all stat calls. The latter skips stat calls in any leaf 540 * been found, cutting the stat calls by about 2/3. 572 * directory if we're cheating on stat calls, 0 if we're not doing 573 * any stat calls at all, -1 if we're doing stats on everything. 591 * If we're going to need to stat anything or we want to descend 594 * We won't be able to stat anything, but we can still return th [all...] |
/bootable/recovery/applypatch/ |
imgdiff.c | 120 #include <sys/stat.h> 180 struct stat st; 181 if (stat(filename, &st) != 0) { 182 printf("failed to stat \"%s\": %s\n", filename, strerror(errno)); 370 struct stat st; 371 if (stat(filename, &st) != 0) { 372 printf("failed to stat \"%s\": %s\n", filename, strerror(errno)); 617 struct stat st; 618 if (stat(ptemp, &st) != 0) { 619 printf("failed to stat patch file %s: %s\n" [all...] |
bspatch.c | 24 #include <sys/stat.h>
|
imgpatch.c | 21 #include <sys/stat.h>
|
/external/bluetooth/glib/glib/ |
gfileutils.c | 25 #include <sys/stat.h> 35 #include <sys/stat.h> 277 * file. We fall through to a stat test to avoid that. 285 struct stat s; 295 struct stat s; 297 if (stat (filename, &s) == 0) 599 struct stat *stat_buf, 681 struct stat stat_buf; [all...] |
giounix.c | 39 #include <sys/stat.h> 454 struct stat buffer; 575 struct stat buffer;
|
/external/libpcap/ |
pcap-dag.c | 425 if (p->md.stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) { 426 p->md.stat.ps_drop = UINT_MAX; 428 p->md.stat.ps_drop += ntohs(header->lctr); 459 p->md.stat.ps_recv++; 702 handle->md.stat.ps_drop = 0; 703 handle->md.stat.ps_recv = 0; 756 /*p->md.stat.ps_recv = 0;*/ 757 /*p->md.stat.ps_drop = 0;*/ 759 *ps = p->md.stat;
|
/external/ppp/pppd/ |
tty.c | 91 #include <sys/stat.h> 134 struct stat devstat; /* result of stat() on devnam */ 294 struct stat statbuf; 309 if (stat(cp, &statbuf) < 0) { 312 option_error("Couldn't stat %s: %m", cp); 423 if (stat(devnam, &devstat) < 0) 424 fatal("Couldn't stat default device %s: %m", devnam); 445 struct stat statbuf; 518 struct stat statbuf [all...] |
/external/quake/quake/src/QW/client/ |
cl_parse.c | 1031 void CL_SetStat (int stat, int value) 1034 if (stat < 0 || stat >= MAX_CL_STATS) 1035 Sys_Error ("CL_SetStat: %i is invalid", stat); 1039 if (stat == STAT_ITEMS) 1043 if ( (value & (1<<j)) && !(cl.stats[stat] & (1<<j))) 1047 cl.stats[stat] = value;
|
/sdk/emulator/qtools/ |
trace_reader.cpp | 11 #include <sys/stat.h> 315 struct stat stat_buf; 322 int rval = stat(fname, &stat_buf); 566 struct stat stat_buf; 574 int rval = stat(fname, &stat_buf); 845 struct stat stat_buf; 866 int rval = stat(fname, &stat_buf); [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-util-unix.c | 41 #include <sys/stat.h> 408 * stat() wrapper. 410 * @param filename the filename to stat 411 * @param statbuf the stat info to fill in 421 struct stat sb; 427 if (stat (filename_c, &sb) < 0)
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 29 #include <sys/stat.h> 122 * the stat information doesn't check out, use blkid_devno_to_devname() 126 struct stat st; 134 if (stat(device, &st) == 0 && S_ISBLK(st.st_mode) &&
|
/external/zlib/contrib/puff/ |
puff.c | [all...] |
/external/zlib/examples/ |
gun.c | 63 #include <sys/stat.h> /* stat(), chmod() */ 510 struct stat was; 514 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
|
/frameworks/base/media/libmediaplayerservice/ |
VorbisPlayer.cpp | 28 #include <sys/stat.h> 153 struct stat sb; 156 ret = stat(path, &sb);
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
cu_wext.c | 236 struct iw_statistics stat; local 239 pCuWext->req_data.data.pointer = &stat; 245 *rssi = stat.qual.level;
|
/system/core/adb/ |
sysdeps.h | 35 #include <sys/stat.h> 84 #define lstat stat /* no symlinks on Win32 */ 262 #include <sys/stat.h>
|
/system/core/init/ |
builtins.c | 18 #include <sys/stat.h> 449 struct stat info; 456 if (stat(args[1], &info) < 0)
|
/system/vold/ |
Volume.cpp | 24 #include <sys/stat.h> 385 struct stat sbuf; 387 if (stat(SEC_STG_SECIMGDIR, &sbuf)) { 388 SLOGE("Failed to stat %s (%s)", SEC_STG_SECIMGDIR, strerror(errno));
|
/development/simulator/app/ |
DeviceManager.cpp | [all...] |
/development/simulator/wrapsim/ |
Init.c | 16 #include <sys/stat.h> 68 _ws_stat = dlsym(RTLD_NEXT, "stat");
|
/external/bison/djgpp/ |
subpipe.c | 30 #include <sys/stat.h>
|