Home
last modified time | relevance | path

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

12

/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp131 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/
Dzipio.py15 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/
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/curl/lib/
Dcurl_setup.h381 # define stat(fname,stp) _stat(fname, stp)
382 # define struct_stat struct _stat
/external/bison/lib/
Dstat.c39 # define stat _stat
/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c178 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/
Dgold_whitelist41 /usr/bin/db4.7_stat
/external/webrtc/webrtc/tools/converter/
Dconverter.cc21 #define STAT _stat
/external/tcpdump/
Dtcpdump-stdinc.h137 #define stat _stat
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1275 typedef struct _stat StatStruct;
1301 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1552 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/
Dgtest-port.h1562 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/
Dgtest-port.h1608 typedef struct _stat StatStruct;
1634 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/external/gtest/include/gtest/internal/
Dgtest-port.h1704 typedef struct _stat StatStruct;
1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/external/boringssl/src/crypto/x509/
Dby_dir.c400 #define stat _stat in get_cert_by_subject()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1979 typedef struct _stat StatStruct;
2005 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
Dgtest-port.h.orig1708 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/
Dantlr3defs.h349 #define _stat stat macro
/external/bzip2/
Dbzip2.c135 # define MY_LSTAT _stat
136 # define MY_STAT _stat
/external/libxml2/os400/
Dos400config.h.in285 /* Define to 1 if you have the `_stat' function. */
/external/opencv3/apps/createsamples/
Dutility.cpp74 struct _stat st; in icvMkDir()
97 if( _stat( path, &st ) != 0 ) in icvMkDir()
/external/libxml2/
DxmlIO.c56 # define stat(x,y) _stat(x,y)
63 # define stat _stat
Dconfigure.ac549 AC_CHECK_FUNCS(stat _stat signal)
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h2337 typedef struct _stat StatStruct;
2363 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }

12