Home
last modified time | relevance | path

Searched defs:_stat64i32 (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/
D_mingw_stat64.h69 struct _stat64i32 { struct
70 _dev_t st_dev;
71 _ino_t st_ino;
72 unsigned short st_mode;
73 short st_nlink;
74 short st_uid;
75 short st_gid;
76 _dev_t st_rdev;
77 _off_t st_size;
78 __time64_t st_atime;
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
Dstat.h101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) in _stat64i32() function