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

<<21222324252627282930>>

  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 147 * by stat(). Returns -1 if the fd is not a file.
  /frameworks/base/libs/binder/
MemoryHeapPmem.cpp 25 #include <sys/stat.h>
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.cpp 22 #include <sys/stat.h>
  /hardware/broadcom/wlan/bcm4329/src/include/
siutils.h 113 typedef void (*gpio_handler_t)(uint32 stat, void *arg);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 26 #include <sys/stat.h>
  /hardware/ti/omap3/liboverlay/
overlay.cpp 31 #include <sys/stat.h>
753 struct stat stat; local
769 if (fstat(ctx->ctl_fd, &stat)) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c 59 #include <sys/stat.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
coda.h 507 struct coda_statfs stat; member in struct:coda_statfs_out
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
coda.h 507 struct coda_statfs stat; member in struct:coda_statfs_out
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
coda.h 507 struct coda_statfs stat; member in struct:coda_statfs_out
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
coda.h 507 struct coda_statfs stat; member in struct:coda_statfs_out
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
coda.h 507 struct coda_statfs stat; member in struct:coda_statfs_out
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
coda.h 507 struct coda_statfs stat; member in struct:coda_statfs_out
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java     [all...]
  /prebuilt/linux-x86/ccache/
ccache 
  /system/core/include/private/
android_filesystem_config.h 26 #include <sys/stat.h>
  /system/core/libcutils/
mspace.c 8 #include <sys/stat.h>
  /system/core/toolbox/
iftop.c 37 #include <sys/stat.h>
  /system/vold/
Devmapper.cpp 25 #include <sys/stat.h>
  /external/bluetooth/bluez/serial/
proxy.c 40 #include <sys/stat.h>
936 struct stat st;
938 if (stat(address, &st) < 0) {
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 26 #include <sys/stat.h>
807 struct stat tmp_statbuf;
832 struct stat tmp_statbuf;
  /external/e2fsprogs/e2fsck/
journal.c 21 #include <sys/stat.h>
1011 struct stat st;
1022 if (stat(journal_name, &st) < 0)
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 57 #include <sys/stat.h>
495 struct stat buf;
496 int32_t result = stat(fileName, &buf);
  /external/ppp/pppd/
utils.c 52 #include <sys/stat.h>
933 struct stat sbuf;
935 if (stat(dev, &sbuf) < 0) {
  /external/strace/
strace.1 170 Notice how the `struct stat' argument is dereferenced and how each member is
302 Print unabbreviated versions of environment, stat, termios, etc.
379 .BR "\-e\ trace=open,stat,chmod,unlink," ...
580 .B stat

Completed in 766 milliseconds

<<21222324252627282930>>