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

<<31323334353637383940>>

  /external/tcpdump/
config.h.in 262 /* Define to 1 if you have the <sys/stat.h> header file. */
nfs.h 67 /* Stat numbers for rpc returns (version 2 and 3) */
  /external/webkit/WebCore/platform/network/mac/
FormDataStreamMac.mm 41 #import <sys/stat.h>
  /external/webkit/WebKitTools/Scripts/
svn-unapply 228 system "svn", "stat", $fullPath;
  /frameworks/base/libs/binder/
ProcessState.cpp 42 #include <sys/stat.h>
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 26 #include <sys/stat.h>
mapper.cpp 25 #include <sys/stat.h>
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 67 #include <sys/stat.h>
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 66 #include <sys/stat.h>
  /ndk/docs/system/libc/
CHANGES.TXT 156 - <sys/stat.h>: added GLibc compatibility macros definitions:
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 843 StatFs stat = new StatFs(storageDirectory); local
844 return (long) stat.getAvailableBlocks()
845 * (long) stat.getBlockSize();
848 // if we can't stat the filesystem then we don't know how many
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 141 bool state(UserDictStat * stat);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixincl 
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 63 #include <sys/stat.h>
  /system/core/sh/
miscbltin.c 50 #include <sys/stat.h>
  /system/core/toolbox/
dd.c 51 #include <sys/stat.h>
86 extern STAT st;
110 STAT st; /* statistics */
289 struct stat sb;
nandread.c 25 char *statusext = ".stat";
  /system/extras/tests/sdcard/
sysutil.cpp 35 #include <sys/stat.h>
  /system/netd/
SoftapController.cpp 22 #include <sys/stat.h>
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
tiwlan_loader.c 33 #include <sys/stat.h>
  /external/bluetooth/glib/docs/reference/glib/tmpl/
glib-unused.sgml 774 <structname>stat</structname> structure. See the <function>stat()</function>
  /external/clearsilver/ruby/
install.rb 365 File.chmod File.stat(src).mode, dest
405 # for corrupted windows stat()
  /external/dropbear/
svr-chansession.c 741 struct stat sb;
803 if (stat(hushpath, &sb) < 0) {
  /external/genext2fs/
genext2fs.c 70 # include <sys/stat.h>
    [all...]
  /external/iproute2/misc/
ifstat.c 26 #include <sys/stat.h>
688 struct stat stb;

Completed in 238 milliseconds

<<31323334353637383940>>