/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 131 CStatInfo _stat; member in NArchive::NXz::CHandler 154 _stat = progress; in Decode2() 352 case kpidPhySize: if (_phySize_Defined) prop = _stat.PhySize; break; in GetArchiveProperty() 353 case kpidNumStreams: if (_stat.NumStreams_Defined) prop = _stat.NumStreams; break; in GetArchiveProperty() 354 case kpidNumBlocks: if (_stat.NumBlocks_Defined) prop = _stat.NumBlocks; break; in GetArchiveProperty() 355 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break; in GetArchiveProperty() 361 if (_stat.UnexpectedEnd) v |= kpv_ErrorFlags_UnexpectedEnd; in GetArchiveProperty() 362 if (_stat.DataAfterEnd) v |= kpv_ErrorFlags_DataAfterEnd; in GetArchiveProperty() 363 if (_stat.HeadersError) v |= kpv_ErrorFlags_HeadersError; in GetArchiveProperty() 364 if (_stat.Unsupported) v |= kpv_ErrorFlags_UnsupportedMethod; in GetArchiveProperty() [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | zipio.py | 15 import stat as _stat namespace 18 _stat.S_IFDIR 19 | _stat.S_IXOTH 20 | _stat.S_IXGRP 21 | _stat.S_IXUSR 22 | _stat.S_IROTH 23 | _stat.S_IRGRP 24 | _stat.S_IRUSR) 27 _stat.S_IFREG 28 | _stat.S_IROTH [all …]
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 18 #define stat _stat
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3filestream.c | 420 struct _stat statbuf; in antlr3Fsize() 422 _stat((const char *)fileName, &statbuf); in antlr3Fsize()
|
/external/curl/lib/ |
D | curl_setup.h | 381 # define stat(fname,stp) _stat(fname, stp) 382 # define struct_stat struct _stat
|
/external/bison/lib/ |
D | stat.c | 39 # define stat _stat
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | gbmtest.c | 178 struct stat _stat; in drm_open_vgem() local 183 if (stat(name, &_stat) == -1) { in drm_open_vgem()
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | gold_whitelist | 41 /usr/bin/db4.7_stat
|
/external/webrtc/webrtc/tools/converter/ |
D | converter.cc | 21 #define STAT _stat
|
/external/tcpdump/ |
D | tcpdump-stdinc.h | 137 #define stat _stat
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1275 typedef struct _stat StatStruct; 1301 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1552 typedef struct _stat StatStruct; 1578 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1562 typedef struct _stat StatStruct; 1588 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1608 typedef struct _stat StatStruct; 1634 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 1704 typedef struct _stat StatStruct; 1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
/external/boringssl/src/crypto/x509/ |
D | by_dir.c | 400 #define stat _stat in get_cert_by_subject()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h | 1979 typedef struct _stat StatStruct; 2005 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
D | gtest-port.h.orig | 1708 typedef struct _stat StatStruct; 1734 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3defs.h | 349 #define _stat stat macro
|
/external/bzip2/ |
D | bzip2.c | 135 # define MY_LSTAT _stat 136 # define MY_STAT _stat
|
/external/libxml2/os400/ |
D | os400config.h.in | 285 /* Define to 1 if you have the `_stat' function. */
|
/external/opencv3/apps/createsamples/ |
D | utility.cpp | 74 struct _stat st; in icvMkDir() 97 if( _stat( path, &st ) != 0 ) in icvMkDir()
|
/external/libxml2/ |
D | xmlIO.c | 56 # define stat(x,y) _stat(x,y) 63 # define stat _stat
|
D | configure.ac | 549 AC_CHECK_FUNCS(stat _stat signal)
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 2337 typedef struct _stat StatStruct; 2363 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|