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

<<11121314151617181920>>

  /frameworks/base/libs/binder/
MemoryHeapBase.cpp 25 #include <sys/stat.h>
119 struct stat sb;
  /system/core/init/
logo.c 22 #include <sys/stat.h>
108 struct stat s;
  /bionic/libc/netbsd/net/
nsdispatch.c 74 #include <sys/stat.h>
  /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);
  /device/htc/common/updater/
recovery_updater.c 22 #include <sys/stat.h>
  /external/bluetooth/glib/gio/fen/
fen-data.h 27 #include <sys/stat.h>
  /external/bluetooth/glib/glib/
gstdio.c 28 #include <sys/stat.h>
428 * @buf: a pointer to a <structname>stat</structname> struct, which
431 * A wrapper for the POSIX stat() function. The stat() function
432 * returns information about a file. On Windows the stat() function in
437 * See your C library manual for more details about stat().
446 struct stat *buf)
475 return stat (filename, buf);
482 * @buf: a pointer to a <structname>stat</structname> struct, which
486 * like stat() except that in the case of symbolic links, it return
    [all...]
  /external/dropbear/
includes.h 37 #include <sys/stat.h>
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 112 int stat, stat2; local
222 DO(ecc_verify_hash (buf[1], x, buf[0], 16, &stat, &pubKey));
225 if (!(stat == 1 && stat2 == 0)) {
226 fprintf(stderr, "ecc_verify_hash failed %d, %d, ", stat, stat2);
  /external/e2fsprogs/lib/ext2fs/
read_bb_file.c 20 #include <sys/stat.h>
rs_bitmap.c 20 #include <sys/stat.h>
  /external/libxml2/
xlink.c 23 #include <sys/stat.h>
  /external/qemu/android/utils/
filelock.c 18 #include <sys/stat.h>
224 struct stat st_temp;
246 D( "can't properly stat our locking temp file '%s'", lock->temp );
254 struct stat st_lock;
288 struct stat st;
  /external/webkit/WebCore/platform/android/
FileSystemAndroid.cpp 38 #include <sys/stat.h>
  /external/webkit/WebKit/win/
WebDownloadCurl.cpp 44 #include <sys/stat.h>
  /frameworks/base/cmds/runtime/
ServiceManager.cpp 23 #include <sys/stat.h>
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 103 #include <sys/stat.h>
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 97 #include <sys/stat.h>
  /system/core/run-as/
run-as.c 25 #include <sys/stat.h>
  /system/netd/
NatController.cpp 20 #include <sys/stat.h>
main.cpp 22 #include <sys/stat.h>
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
dbg_module.c 42 #include <sys/stat.h>
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
TNETWArb.h 102 TNETWArbStat_t stat; member in struct:T_TNETWARB_CB
  /development/simulator/app/
LocalBiChannel.cpp 15 # include <sys/stat.h>
283 struct stat sb;
291 cc = stat(mFileName, &sb);
295 "Unable to stat '%s' (errno=%d)\n", mFileName, errno);
PropertyServer.cpp 30 #include <sys/stat.h>
248 struct stat sb;
253 cc = stat(fileName, &sb);
257 "Unable to stat '%s' (errno=%d)\n", fileName, errno);

Completed in 513 milliseconds

<<11121314151617181920>>