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

1 2 3 4 56 7 8 91011>>

  /system/core/sh/
cd.c 45 #include <sys/stat.h>
84 struct stat statb;
125 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) {
155 struct stat statb;
163 * something we can't stat, clear curdir to force a getcwd()
252 * we couldn't stat().
342 struct stat stdot, stpwd;
351 if (pwd && *pwd == '/' && stat(".", &stdot) != -1 &&
352 stat(pwd, &stpwd) != -1 &&
  /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/recovery/minzip/
DirUtil.c 21 #include <sys/stat.h>
34 struct stat st;
37 err = stat(path, &st);
171 struct stat st;
228 struct stat st;
  /build/tools/acp/
acp.c 16 #include <sys/stat.h>
47 struct stat destStat;
49 struct stat sb;
80 if (stat(stripDest, &sb) < 0) {
87 fprintf(stderr, "acp: unable to stat dest dir\n");
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c 42 @param stat Result of signature, 1==valid, 0==invalid
48 int *stat, ecc_key *key)
57 LTC_ARGCHK(stat != NULL);
61 *stat = 0;
146 *stat = 1;
  /external/libpcap/lbl/
os-sunos4.h 77 struct stat;
79 int fstat(int, struct stat *);
123 int lstat(const char *, struct stat *);
168 int stat(const char *, struct stat *);
  /external/qemu/slirp/
ip_output.c 81 STAT(ipstat.ips_localout++);
113 STAT(ipstat.ips_cantfrag++);
138 STAT(ipstat.ips_odropped++);
171 STAT(ipstat.ips_ofragments++);
194 STAT(ipstat.ips_fragmented++);
  /external/qemu/slirp-android/
ip_output.c 81 STAT(ipstat.ips_localout++);
113 STAT(ipstat.ips_cantfrag++);
138 STAT(ipstat.ips_odropped++);
171 STAT(ipstat.ips_ofragments++);
194 STAT(ipstat.ips_fragmented++);
  /external/tcpdump/lbl/
os-sunos4.h 77 struct stat;
79 int fstat(int, struct stat *);
123 int lstat(const char *, struct stat *);
168 int stat(const char *, struct stat *);
  /frameworks/base/core/jni/
android_os_FileUtils.cpp 27 #include <sys/stat.h>
92 struct stat st;
93 if (stat(file8.string(), &st) != 0) {
145 struct stat s;
146 int res = stat(pathStr, &s);
android_ddm_DdmHandleNativeHeap.cpp 30 #include <sys/stat.h>
68 struct stat sb;
69 int ret = stat(path, &sb);
  /ndk/build/platforms/android-8/arch-arm/usr/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 */
  /ndk/build/platforms/android-8/arch-x86/usr/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 */
  /system/core/toolbox/
ps.c 8 #include <sys/stat.h>
38 struct stat stats;
48 stat(statline, &stats);
51 sprintf(statline, "/proc/%d/task/%d/stat", pid, tid);
54 sprintf(statline, "/proc/%d/stat", pid);
wipe.c 9 #include <sys/stat.h>
79 static struct stat statBuffer;
121 fprintf(stderr, "stat() error on '%s' '%s'\n",
  /external/blktrace/btt/
misc.c 26 #include <sys/stat.h>
53 struct stat buf;
57 if (!stat(fip->oname, &buf) && (buf.st_size == 0))
  /external/bluetooth/bluez/network/
bridge.c 32 #include <sys/stat.h>
52 struct stat st;
54 if (stat("/sys/module/bridge", &st) < 0)
  /external/e2fsprogs/lib/blkid/
cache.c 30 #include <sys/stat.h>
158 struct stat st;
167 if (stat(dev->bid_name, &st) < 0) {
  /external/ipsec-tools/src/racoon/
safefile.c 37 #include <sys/stat.h>
52 struct stat s;
62 if (stat(path, &s) != 0)
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_callbacks.h 99 virtual OsclAny* DeQueue(OsclReturnCode &stat);
123 virtual OsclAny* DeQueue(OsclReturnCode &stat);
146 virtual OsclAny* DeQueue(OsclReturnCode &stat);
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_callbacks.h 101 virtual OsclAny* DeQueue(OsclReturnCode &stat);
125 virtual OsclAny* DeQueue(OsclReturnCode &stat);
148 virtual OsclAny* DeQueue(OsclReturnCode &stat);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.h 15 struct stat;
44 void stat (struct stat& rs) const;
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 19 #include <sys/stat.h>
113 struct stat st;
114 if (stat(path, &st) == 0 && S_ISREG(st.st_mode)) {
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 236 PreparedStatement stat = conn.prepareStatement("DELETE FROM " local
238 stat.setInt(1, 1);
239 stat.execute();
240 stat.setInt(1, 2);
241 stat.execute();
247 stat.close();
  /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;

Completed in 121 milliseconds

1 2 3 4 56 7 8 91011>>