Home
last modified time | relevance | path

Searched defs:_Stat (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
Dstat.h75 __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()
/aosp_15_r20/test/vts-testcase/vndk/
Dutils.py254 def _Stat(self, fmt, path): member in AndroidDevice