HomeSort by relevance Sort by last modified time
    Searched full:_stat (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/e2fsprogs/include/nonunix/
unistd.h 18 #define stat _stat
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 48 #define stat _stat
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 48 #define stat _stat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 48 #define stat _stat
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 115 struct _stat file_stat;
116 return _stat(pathname_.c_str(), &file_stat) == 0;
129 struct _stat file_stat;
131 result = _stat(removed_sep.c_str(), &file_stat) == 0 &&
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 57 #define stat _stat
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 57 #define stat _stat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 57 #define stat _stat
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_fetchers.py 31 def _Stat(self, path):
86 dir_stat = self._Stat(path)
98 stat = self._Stat(os.path.join(path, f))
  /external/bison/lib/
stat.c 37 /* mingw64 has a broken stat() function, based on _stat(), in libmingwex.a.
39 # define stat _stat
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \
52 rsa_decrypt_key_ex(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, LTC_PKCS_1_OAEP, _stat, _key)
57 #define rsa_verify_hash(_sig, _siglen, _hash, _hashlen, _hash_idx, _saltlen, _stat, _key) \
58 rsa_verify_hash_ex(_sig, _siglen, _hash, _hashlen, LTC_PKCS_1_PSS, _hash_idx, _saltlen, _stat, _key)
  /frameworks/compile/mclinker/lib/Support/Windows/
PathV3.inc 129 struct ::_stat path_stat;
130 if(::_stat(p.c_str(), &path_stat)!= 0)
  /external/chromium_org/third_party/libxslt/libxslt/
security.c 46 /* MS C library seems to define stat and _stat. The definition
49 # define stat(x,y) _stat(x,y)
  /external/libxslt/libxslt/
security.c 46 /* MS C library seems to define stat and _stat. The definition
49 # define stat(x,y) _stat(x,y)
config.h 136 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/libxslt/linux/
config.h 127 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/libxslt/mac/
config.h 126 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/sqlite/src/test/
fts3corrupt.test 134 # Test a special kind of corruption, where the %_stat table contains
  /external/tcpdump/
tcpdump-stdinc.h 62 #define stat _stat
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 420 struct _stat statbuf;
422 _stat((const char *)fileName, &statbuf);
  /external/chromium_org/third_party/libxml/src/
config.h.in 249 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/libxml/linux/
config.h 250 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/libxml/mac/
config.h 250 /* Define to 1 if you have the `_stat' function. */

Completed in 813 milliseconds

1 2 3 4