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

<<11121314151617181920>>

  /external/bluetooth/glib/gio/
glocalfile.c 26 #include <sys/stat.h>
762 struct stat buf;
1072 struct stat buf;
1118 struct stat statbuf;
1282 struct stat buf;
    [all...]
glocalfileenumerator.c 40 * needing to stat each files on linux and other systems that support it.
354 * the file was removed between the readdir and the stat, so we
glocalfileinfo.c 31 #include <sys/stat.h>
789 /* Use plain struct stat for now as long as we only look at the
792 struct stat statbuf;
    [all...]
  /bionic/libc/stdio/
fseek.c 35 #include <sys/stat.h>
54 struct stat st;
  /external/dropbear/
svr-runopts.c 248 struct stat buf;
249 if (stat(svr_opts.bannerfile, &buf) != 0) {
  /external/libxml2/
config.h 167 /* Define to 1 if you have the `stat' function. */
214 /* Define to 1 if you have the <sys/stat.h> header file. */
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_dir_utils.h 111 * @param wide character path the full path of the file to stat.
120 * @param character path the full path of the file to stat.
  /external/oprofile/libdb/
db_manage.c 21 #include <sys/stat.h>
169 struct stat stat_buf;
  /external/tcpdump/
tcpdump.c 1131 struct pcap_stat stat; local
1133 if (pcap_stats(pd, &stat) < 0) {
1146 (void)fprintf(stderr, "%d packets received by filter", stat.ps_recv);
1151 (void)fprintf(stderr, "%d packets dropped by kernel\n", stat.ps_drop);
1369 struct pcap_stat stat; local
1371 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)
1377 struct pcap_stat stat; local
1379 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)
    [all...]
  /external/yaffs2/yaffs2/
devextras.h 221 #include <sys/stat.h>
260 #include <linux/stat.h>
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 23 #include <sys/stat.h>
169 struct stat sb;
  /system/core/toolbox/
vmstat.c 148 fprintf(stderr, "vmstat: could not read /proc/stat: %s\n", strerror(error));
180 f = fopen("/proc/stat", "r");
  /frameworks/base/cmds/rawbu/
backup.cpp 15 #include <sys/stat.h>
37 static struct stat statBuffer;
124 fprintf(stderr, "warning -- stat() error on '%s': %s\n",
230 static int write_header(FILE* fh, int type, const char* path, const struct stat* st)
304 fprintf(stderr, "stat() error on '%s': %s\n",
424 static int read_header(FILE* fh, int* type, char** path, struct stat* st)
  /hardware/msm7k/librpc/
svc.c 520 reply.stat = RPC_MSG_ACCEPTED;
522 reply.u.ar.stat = RPC_GARBAGE_ARGS;
535 reply.stat = RPC_MSG_ACCEPTED;
537 reply.u.ar.stat = RPC_SYSTEM_ERR;
550 reply.stat = RPC_MSG_ACCEPTED;
552 reply.u.ar.stat = RPC_PROC_UNAVAIL;
  /packages/experimental/procstatlog/
procstatreport.py 62 - stat report generated by %(user)s on %(date)s</p>
178 last = last_state.get("/proc/stat:cpu", "").split()
179 next = state.get("/proc/stat:cpu", "").split()
263 last = int(last_state.get("/proc/stat:ctxt", -1))
264 next = int(state.get("/proc/stat:ctxt", -1))
304 if not key.endswith("/stat"): continue
  /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)) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
TNETWArb.c 224 pTNETWArb->stat.uStart ++;
297 pTNETWArb->stat.uRestart ++;
370 pTNETWArb->stat.uFinish ++;
587 WLAN_OS_REPORT (("Num of start = %u\n", pTNETWArb->stat.uStart));
588 WLAN_OS_REPORT (("Num of restart = %u\n", pTNETWArb->stat.uRestart));
589 WLAN_OS_REPORT (("Num of finish = %u\n", pTNETWArb->stat.uFinish));
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 712 * Pop3Folder.open() (when it calls STAT and the response is empty of garbagey).
718 // like openFolderWithMessage(mockTransport) but with a broken STAT report (empty response)
722 fail("Broken STAT should cause open() to throw.");
746 * Pop3Folder.open() (when it calls STAT, and there is no response at all).
934 String stat = "+OK " + Integer.toString(statCount) + " " local
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 199 stat data item. Note that the key, not this field, is used to determine
233 /* Stat Data on disk.
235 * Note that reiserfs has two different forms of stat data. Luckily
254 __u16 deh_state; /* whether 1) entry contains stat data (for
680 * search_stat(dir_id, objectid) searches for the stat entry (always
1015 /* Search for the stat info first. */
    [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;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 26 #include <sys/stat.h>
77 struct stat st;
78 if (stat(drv->hostapd_addr.sun_path, &st) < 0) {
880 struct stat st;
885 if (stat(addr_un.sun_path, &st) < 0) {
1059 struct stat st;
1064 if (stat(addr.sun_path, &st) < 0) {
    [all...]
  /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/bluetooth/bluez/tools/
dfutool.c 41 #include <sys/stat.h>
318 struct stat st;
336 if (stat(filename, &st) < 0) {
421 struct stat st;
437 if (stat(filename, &st) < 0) {
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 49 #include <sys/stat.h>
117 struct stat st;
664 struct stat *statbuf)
672 struct stat buf;
690 if (stat (file_name, &buf) != 0)
  /external/dnsmasq/src/
tftp.c 242 struct stat statbuf;
248 if (stat(daemon->namebuff, &statbuf) == -1 || !S_ISDIR(statbuf.st_mode))
294 struct stat statbuf;
314 /* stat the file descriptor to avoid stat->open races */

Completed in 382 milliseconds

<<11121314151617181920>>