Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 19 of 19) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-filepath.cc115 struct _stat file_stat; in FileOrDirectoryExists()
116 return _stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists()
129 struct _stat file_stat; in DirectoryExists()
131 result = _stat(removed_sep.c_str(), &file_stat) == 0 && in DirectoryExists()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \ argument
52 …pt_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) \ argument
58 …rsa_verify_hash_ex(_sig, _siglen, _hash, _hashlen, LTC_PKCS_1_PSS, _hash_idx, _saltlen, _stat, _ke…
/external/e2fsprogs/include/nonunix/
Dunistd.h18 #define stat _stat
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3filestream.c420 struct _stat statbuf; in antlr3Fsize()
422 _stat((const char *)fileName, &statbuf); in antlr3Fsize()
/external/tcpdump/
Dtcpdump-stdinc.h62 #define stat _stat
/external/webkit/Tools/DumpRenderTree/chromium/
DTestShellWin.cpp133 struct _stat ahemStat; in platformInit()
/external/openssl/crypto/rand/
Drandfile.c83 #define stat _stat
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h841 typedef struct _stat StatStruct;
867 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/external/srec/srec/clib/
Dvoc_read.c40 #define stat _stat
/external/libxslt/libxslt/
Dsecurity.c49 # define stat(x,y) _stat(x,y)
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1557 typedef struct _stat StatStruct;
1583 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/external/gtest/include/gtest/internal/
Dgtest-port.h1570 typedef struct _stat StatStruct;
1596 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-port.h1521 typedef struct _stat StatStruct;
1547 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/external/openssl/crypto/x509/
Dby_dir.c396 #define stat _stat in get_cert_by_subject()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3defs.h349 #define _stat stat macro
/external/bzip2/
Dbzip2.c135 # define MY_LSTAT _stat
136 # define MY_STAT _stat
/external/libvpx/build/make/
Dobj_int_extract.c987 struct _stat stat_buf; in main()
/external/libxml2/
DxmlIO.c56 # define stat(x,y) _stat(x,y)
63 # define stat _stat
/external/webkit/Source/WebCore/
DChangeLog-2007-10-147034 We can't use _stat to determine file size on Windows as it may not