/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/openssl/crypto/rand/ |
randfile.c | 85 #define stat _stat
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellWin.cpp | 133 struct _stat ahemStat;
|
/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/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/openssl/crypto/x509/ |
by_dir.c | 396 #define stat _stat
|
/external/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3defs.h | 349 #define _stat stat macro
|
/external/bzip2/ |
bzip2.c | 135 # define MY_LSTAT _stat 136 # define MY_STAT _stat [all...] |