Searched defs:win32_stat (Results 1 – 2 of 2) sorted by relevance
65 struct win32_stat struct67 _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 …]
2109 win32_stat(const wchar_t* path, struct _Py_stat_struct *result) in win32_stat() function