/frameworks/base/services/java/com/android/server/am/ |
DeviceMonitor.java | 116 // Copy /proc/*/stat 119 dump(new File(processDirectory, "stat"), out);
|
/system/vold/ |
Process.cpp | 27 #include <sys/stat.h> 36 struct stat s;
|
/external/strace/ |
config.log | 240 configure:4252: checking whether stat file-mode macros are broken 251 configure:4324: checking for sys/stat.h 323 configure:4382: checking for struct stat.st_blksize 332 configure:4491: checking for struct stat.st_blocks 341 configure:4600: checking for struct stat.st_aclcnt 344 conftest.c:65: error: 'struct stat' has no member named 'st_aclcnt' 378 | # include <sys/stat.h> 410 | static struct stat ac_aggr; 418 conftest.c:65: error: 'struct stat' has no member named 'st_aclcnt' 452 | # include <sys/stat.h [all...] |
/bionic/libc/ |
SYSCALLS.TXT | 125 int fstatat:fstatat64(int dirfd, const char *path, struct stat *buf, int flags) 327,300 143 int fstat:fstat64(int, struct stat*) 197 144 int stat:stat64(const char *, struct stat *) 195 145 int lstat:lstat64(const char *, struct stat *) 196
|
/external/icu4c/common/ |
umapfile.c | 64 # include <sys/stat.h> 194 struct stat mystat; 200 if(stat(path, &mystat)!=0 || mystat.st_size<=0) { 407 struct stat mystat; 412 if(stat(path, &mystat)!=0 || mystat.st_size<=0) {
|
/external/libpng/scripts/ |
makefile.mingw | 160 all-static: $(STATLIB) pngtest-stat$(EXE) 177 pngtest-stat$(EXE): pngtest.o $(STATLIB) 182 test-static: pngtest-stat$(EXE) 183 ./pngtest-stat $(S)/pngtest.png 266 pngtest-stat$(EXE) pngtest$(EXE) pngout.png $(SHAREDDEF) \
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/ |
SDL_syscdrom.c | 35 #include <sys/stat.h> 189 static int CheckDrive(char *drive, struct stat *stbuf) 195 if ( stat(drive, stbuf) < 0 ) { 211 static void AddDrive(char *drive, struct stat *stbuf) 252 struct stat stbuf;
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/osf/ |
SDL_syscdrom.c | 31 #include <sys/stat.h> 61 static int CheckDrive(char *drive, struct stat *stbuf) 76 if ( stat(drive, stbuf) < 0 ) { 104 static void AddDrive(char *drive, struct stat *stbuf) 158 struct stat stbuf;
|
/external/qemu/slirp-android/ |
udp.c | 90 STAT(udpstat.udps_ipackets++); 117 STAT(udpstat.udps_badlen++); 143 STAT(udpstat.udps_badsum++); 187 STAT(udpstat.udpps_pcbcachemiss++); 310 STAT(udpstat.udps_opackets++);
|
/external/quake/quake/src/QW/client/ |
snd_win.c | 557 sndinitstat stat;
local 564 stat = SIS_FAILURE; // assume DirectSound won't initialize
571 stat = SNDDMA_InitDirect ();;
573 if (stat == SIS_SUCCESS)
592 if (!dsound_init && (stat != SIS_NOTAVAIL))
|
/external/quake/quake/src/WinQuake/ |
snd_win.cpp | 559 sndinitstat stat;
local 566 stat = SIS_FAILURE; // assume DirectSound won't initialize
573 stat = SNDDMA_InitDirect ();;
575 if (stat == SIS_SUCCESS)
594 if (!dsound_init && (stat != SIS_NOTAVAIL))
|
/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...] |
/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/v8/src/ |
parser.cc | 1675 Statement* stat = ParseStatement(NULL, CHECK_OK); local 2014 Statement* stat = ParseStatement(NULL, CHECK_OK); local 2398 Statement* stat; local 2468 Statement* stat = ParseStatement(NULL, CHECK_OK); local 3932 BreakableStatement* stat = t->node()->AsBreakableStatement(); local 3943 BreakableStatement* stat = t->node()->AsBreakableStatement(); local 3959 IterationStatement* stat = t->node()->AsIterationStatement(); local [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | 26 #include <sys/stat.h> [all...] |
/external/clearsilver/mod_ecs/ |
mod_ecs.c | 438 struct stat s; 442 if (stat(entry->libpath, &s) == -1) 444 err = ap_psprintf (p, "Failed to stat library file %s: %d", entry->libpath, errno); 576 struct stat s; 577 if (stat(handler->libpath, &s) == -1) 579 log_reason("Unable to stat file: ", handler->libpath, r); 719 "file not found or unable to stat");
|
/external/dropbear/ |
loginrec.c | 906 struct stat buf; 995 struct stat st; 1008 dropbear_log(LOG_WARNING, "wtmp_get_entry: couldn't stat %s: %s", 1072 struct stat buf; 1151 struct stat st; 1164 dropbear_log(LOG_WARNING, "wtmpx_get_entry: couldn't stat %s: %s", 1298 struct stat st; 1300 if (stat(filename, &st) != 0) { 1301 dropbear_log(LOG_WARNING, "lastlog_perform_login: Couldn't stat %s: %s", filename, [all...] |
scp.c | 287 void rsource(char *, struct stat *); 594 struct stat stb; 713 rsource(char *name, struct stat *statp) 825 struct stat stb; 855 if (stat(targ, &stb) == 0 && S_ISDIR(stb.st_mode)) 956 exists = stat(np, &stb) == 0; 1179 struct stat stb; 1181 if (!stat(cp, &stb)) { 1225 struct stat stb;
|
sshpty.c | 361 struct stat st; 378 if (stat(tty_name, &st)) { 379 dropbear_exit("pty_setowner: stat(%.101s) failed: %.100s",
|
svr-authpubkey.c | 313 struct stat filestat; 318 if (stat(filename, &filestat) != 0) { 319 TRACE(("leave checkfileperm: stat() != 0"))
|
/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/bluetooth/glib/gio/ |
gunixmounts.c | 28 #include <sys/stat.h> 974 struct stat sb; 1022 if (stat (fstab->fs_file, &sb) == 0) 1051 struct stat buf; 1056 if (stat (monitor_file, &buf) == 0) 1066 struct stat buf; 1071 if (stat (monitor_file, &buf) == 0) [all...] |
/external/bluetooth/glib/glib/ |
giounix.c | 39 #include <sys/stat.h> 454 struct stat buffer; 575 struct stat buffer;
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_mac.h | 135 int *stat); 169 const unsigned char *tag, unsigned long taglen, int *stat); 184 int *stat);
|
/external/e2fsprogs/resize/ |
main.c | 26 #include <sys/stat.h> 164 struct stat st_buf; 265 _("while getting stat information for %s"),
|