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

1 2

  /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 &&
  /external/e2fsprogs/include/nonunix/
unistd.h 18 #define stat _stat
  /external/bison/lib/
stat.c 37 /* mingw64 has a broken stat() function, based on _stat(), in libmingwex.a.
39 # define stat _stat
  /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.4.3/sysroot/usr/include/X11/
Xw32defs.h 48 #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/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/lib/gcc/x86_64-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/sysroot/usr/include/X11/
Xw32defs.h 48 #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)
  /external/tcpdump/
tcpdump-stdinc.h 62 #define stat _stat
  /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/openssl/openssl/crypto/rand/
randfile.c 85 #define stat _stat
  /external/openssl/crypto/rand/
randfile.c 85 #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/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 849 typedef struct _stat StatStruct;
875 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 841 typedef struct _stat StatStruct;
867 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
    [all...]
  /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)
  /external/srec/srec/clib/
voc_read.c 40 #define stat _stat
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
handlers.c 29 #define stat _stat
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
by_dir.c 402 #define stat _stat
  /external/openssl/crypto/x509/
by_dir.c 396 #define stat _stat

Completed in 1026 milliseconds

1 2