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

<<31323334353637383940>>

  /external/elfutils/libelf/
elf_begin.c 32 #include <sys/stat.h>
517 struct stat st;
  /external/giflib/
dgif_lib.c 21 #include <sys\stat.h>
24 #include <sys/stat.h>
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 285 int stat; member in struct:cdrom_generic_command
916 int stat; member in struct:packet_command
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 32 #include <sys/stat.h>
1104 struct stat sb;
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 10 #include <sys/stat.h>
19 #include <sys/stat.h>
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 275 String response = executeSimpleCommand("STAT");
292 throw new MessagingException("POP3 STAT", statException);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
auto-host.h 1263 /* Define to 1 if you have the <sys/stat.h> header file. */
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 837 // create the stat request message.
875 * Creates the data array for a stat request.
    [all...]
  /dalvik/vm/analysis/
DexOptimize.c 35 #include <sys/stat.h>
102 struct stat fdStat, fileStat;
152 * ENOENT from the file stat.)
156 LOGE("Can't stat open file '%s'\n", cacheFileName);
160 cc = stat(cacheFileName, &fileStat);
    [all...]
  /external/openssl/apps/
ca.c 66 #include <sys/stat.h>
828 struct stat sb;
838 filename. In any case, stat(), below, will catch the problem
854 if (stat(outdir,&sb) != 0)
856 BIO_printf(bio_err,"unable to stat(%s)\n",outdir);
    [all...]
s_server.c 128 #include <sys/stat.h>
    [all...]
  /dalvik/libcore/archive/src/main/native/
zipsup.c 25 #include <sys/stat.h>
    [all...]
  /external/ppp/pppd/
auth.c 82 #include <sys/stat.h>
    [all...]
main.c 89 #include <sys/stat.h>
    [all...]
  /external/qemu/
monitor.c     [all...]
net-android.c 58 #include <sys/stat.h>
81 #include <sys/stat.h>
1231 struct stat s;
    [all...]
net.c 56 #include <sys/stat.h>
79 #include <sys/stat.h>
1146 struct stat s;
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 25 #include <sys/stat.h>
554 struct stat s;
892 struct stat sb;
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 29 #include <sys/stat.h>
909 struct stat fw_stat;
931 LOGE("Cannot stat file %s: %s\n", fn, strerror(errno));
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 28 #include <sys/stat.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 53 #include <sys/stat.h>
464 struct stat sb = {0};
465 status = stat(argv[1], &sb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 59 #include <sys/stat.h>
380 struct stat sb = {0};
381 int status = stat(argv[1], &sb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 54 #include <sys/stat.h>
402 struct stat sb = {0};
403 int status = stat(argv[1], &sb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 54 #include <sys/stat.h>
516 struct stat sb = {0};
517 status = stat(argv[1], &sb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 62 #include <sys/stat.h>
487 struct stat sb = {0};
488 OMX_S16 status = stat(argv[1], &sb);
    [all...]

Completed in 830 milliseconds

<<31323334353637383940>>