Searched defs:_Stat (Results 1 – 2 of 2) sorted by relevance
75 __CRT_INLINE int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat) in _fstat64i32()101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) in _stat64i32()176 __mingw_ovr int __cdecl stat(const char *_Filename,struct stat *_Stat) in stat()180 __mingw_ovr int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat) in wstat()192 fstat(int _Desc,struct stat *_Stat) { in fstat()222 fstat(int _Desc,struct stat *_Stat) { in fstat()
254 def _Stat(self, fmt, path): member in AndroidDevice