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

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 69 _CRTIMP int __cdecl _fstat32(int _FileDes,struct _stat32 *_Stat);
70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
71 _CRTIMP int __cdecl _fstat64(int _FileDes,struct _stat64 *_Stat);
72 _CRTIMP int __cdecl _fstat32i64(int _FileDes,struct _stat32i64 *_Stat);
73 int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat);
75 __CRT_INLINE int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat)
80 memset(_Stat,0,sizeof(struct _stat64i32));
83 _Stat->st_dev=st.st_dev;
84 _Stat->st_ino=st.st_ino;
85 _Stat->st_mode=st.st_mode
    [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/chromium_org/chrome/common/extensions/docs/server2/
fake_fetchers.py 37 def _Stat(self, path):
103 dir_stat = self._Stat(chromium_path)
111 'id': self._Stat(f_path),
128 dir_stat = self._Stat(path)
141 self._Stat(os.path.join(path, f)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 46 # 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.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 55 # 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
  /external/chromium_org/third_party/webrtc/tools/converter/
converter.cc 21 #define STAT _stat
  /frameworks/compile/mclinker/lib/Support/Windows/
PathV3.inc 129 struct ::_stat path_stat;
130 if(::_stat(p.c_str(), &path_stat)!= 0)
  /external/chromium_org/third_party/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/chromium_org/third_party/libxslt/linux/
config.h 127 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/libxslt/mac/
config.h 126 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/sqlite/src/test/
fts3corrupt.test 134 # Test a special kind of corruption, where the %_stat table contains
fts3ao.test 205 # involves renaming the extra %_docsize and %_stat tables.
  /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/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 420 struct _stat statbuf;
422 _stat((const char *)fileName, &statbuf);
  /external/chromium_org/third_party/libxml/src/
config.h.in 249 /* Define to 1 if you have the `_stat' function. */
  /external/tcpdump/
tcpdump-stdinc.h 63 #define stat _stat
  /external/chromium_org/tools/linux/
procfs.py 639 self._stat = None
668 self._stat = ProcStat.load(self._pid)
694 return self._stat
  /external/chromium_org/third_party/libxml/linux/
config.h 250 /* Define to 1 if you have the `_stat' function. */
  /external/chromium_org/third_party/libxml/mac/
config.h 250 /* Define to 1 if you have the `_stat' function. */
  /external/libxml2/
config.h 266 /* Define to 1 if you have the `_stat' function. */
  /external/openssl/crypto/rand/
randfile.c 86 #define stat _stat

Completed in 543 milliseconds

1 2 3 4 5