Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dos_support.h65 struct win32_stat struct
67 _dev_t st_dev; /* ID of device containing file */
68 _ino_t st_ino; /* inode number */
69 unsigned short st_mode; /* protection */
70 short st_nlink; /* number of hard links */
71 short st_uid; /* user ID of owner */
72 short st_gid; /* group ID of owner */
73 _dev_t st_rdev; /* device ID (if special file) */
74 int64_t st_size; /* total size, in bytes */
75 int64_t st_atime; /* time of last access */
[all …]
/third_party/python/Modules/
Dposixmodule.c2109 win32_stat(const wchar_t* path, struct _Py_stat_struct *result) in win32_stat() function