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

1 2 3 4 5 6 7 891011>>

  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 33 #include <sys/stat.h>
86 struct stat *statbuf);
xdgmime.c 42 #include <sys/stat.h>
140 struct stat st;
146 if (stat (file_name, &st) == 0)
166 if (stat (file_name, &st) == 0)
176 if (stat (file_name, &st) == 0)
189 if (stat (file_name, &st) == 0)
308 struct stat st;
311 if (stat (file_path, &st) == 0)
388 /* Walks through all the mime files stat()ing them to see if they've changed.
414 /* We want to avoid stat()ing on every single mime call, so we only look fo
    [all...]
xdgmimecache.h 62 struct stat *statbuf);
  /external/e2fsprogs/tests/progs/
random_exercise.c 19 #include <sys/stat.h>
61 struct stat st;
  /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;
  /system/core/nexus/
Controller.cpp 25 #include <sys/stat.h>
124 struct stat sb;
  /system/core/toolbox/
wipe.c 9 #include <sys/stat.h>
79 static struct stat statBuffer;
121 fprintf(stderr, "stat() error on '%s' '%s'\n",
  /external/blktrace/
blkiomon.c 24 #include <sys/stat.h>
58 struct blkiomon_stat stat; member in struct:dstat_msg
171 blkiomon_stat_init(&dstat->msg.stat);
186 if (dstat->msg.stat.device < device)
188 else if (dstat->msg.stat.device > device)
213 dstat->msg.stat.device = device;
237 struct blkiomon_stat *p = &dstat->msg.stat;
260 dstat->msg.stat.time = ts->tv_sec;
261 blkiomon_stat_print(human.fp, &dstat->msg.stat);
262 blkiomon_stat_to_be(&dstat->msg.stat);
    [all...]
  /bionic/libc/include/
fts.h 52 #define FTS_NOSTAT 0x0008 /* don't get stat info */
94 #define FTS_NS 10 /* stat(2) failed */
95 #define FTS_NSOK 11 /* no stat(2) requested */
110 struct stat *fts_statp; /* stat(2) information */
  /bootable/diskinstaller/libdiskconfig/
diskutils.c 26 #include <sys/stat.h>
  /build/core/combo/
HOST_darwin-x86.mk 67 stat -f "%z" $(1)
  /build/tools/
dump-package-stats 71 stat $statArgs $1
  /build/tools/isprelinked/
isprelinked.c 23 #include <sys/stat.h>
  /dalvik/libdex/
OptInvocation.c 26 #include <sys/stat.h>
  /external/bluetooth/bluez/compat/
dun.c 39 #include <sys/stat.h>
186 struct stat st;
211 while (stat(tty, &st) < 0) {
213 if (stat(tty, &st) < 0) {
  /external/bluetooth/glib/gio/fen/
fen-node.h 34 gint stat; member in struct:node
  /external/e2fsprogs/lib/ext2fs/
check_desc.c 20 #include <sys/stat.h>
cmp_bitmaps.c 20 #include <sys/stat.h>
io_manager.c 13 #include <sys/stat.h>
read_bb.c 20 #include <sys/stat.h>
tst_byteswap.c 19 #include <sys/stat.h>
  /external/icu4c/tools/toolutil/
toolutil.c 22 #include <sys/stat.h>
40 # include <sys/stat.h>
121 struct stat st;
123 if(stat(pathname,&st) != 0)
139 // TODO: handle case where stat is not available
140 struct stat st;
142 if(stat(pathname,&st) != 0)
  /external/kernel-headers/original/linux/
stat.h 6 #include <asm/stat.h>
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.cpp 184 // PVMFStatus stat = ReceiveEvent(P);
186 // if(stat == PVMFSuccess)
318 OSCL_EXPORT_REF OsclAny* ThreadSafeCallbackAO::DeQueue(OsclReturnCode &stat)
323 stat = OsclSuccess;
331 stat = OsclFailure;
366 stat = OsclFailure;
  /external/qemu/
device_tree.c 16 #include <sys/stat.h>

Completed in 500 milliseconds

1 2 3 4 5 6 7 891011>>