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

1 2

  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
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_IROT
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 131 CStatInfo _stat; member in class:NArchive::NXz::CHandler
154 _stat = progress;
352 case kpidPhySize: if (_phySize_Defined) prop = _stat.PhySize; break;
353 case kpidNumStreams: if (_stat.NumStreams_Defined) prop = _stat.NumStreams; break;
354 case kpidNumBlocks: if (_stat.NumBlocks_Defined) prop = _stat.NumBlocks; break;
355 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
361 if (_stat.UnexpectedEnd) v |= kpv_ErrorFlags_UnexpectedEnd;
    [all...]
  /external/e2fsprogs/include/nonunix/
unistd.h 18 #define stat _stat
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 5 #define _stat32 _stat
13 #define _stat _stat64i32 macro
  /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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 46 # define stat _stat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 46 # define stat _stat
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 420 struct _stat statbuf;
422 _stat((const char *)fileName, &statbuf);
  /external/tcpdump/
tcpdump-stdinc.h 137 #define stat _stat
  /external/webrtc/webrtc/tools/converter/
converter.cc 21 #define STAT _stat
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /prebuilts/gdb/linux-x86/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/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/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 178 struct stat _stat; local
183 if (stat(name, &_stat) == -1) {
  /external/curl/lib/
curl_setup.h 387 # define stat(fname,stp) _stat(fname, stp)
388 # define struct_stat struct _stat
  /external/ImageMagick/MagickCore/
nt-base.h 238 # define stat _stat
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/boringssl/src/crypto/x509/
by_dir.c 400 #define stat _stat
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 887 milliseconds

1 2