Searched refs:win32_lstat (Results 1 – 1 of 1) sorted by relevance
362 # define LSTAT win32_lstat1752 win32_lstat(const wchar_t* path, struct _Py_stat_struct *result) in win32_lstat() function2132 result = win32_lstat(path->wide, &st); in posix_do_stat()11588 struct _Py_stat_struct win32_lstat; member11625 return (self->win32_lstat.st_mode & S_IFMT) == S_IFLNK; in os_DirEntry_is_symlink_impl()11683 self->lstat = _pystat_fromstructstat(&self->win32_lstat); in DirEntry_get_lstat()11739 is_symlink = (self->win32_lstat.st_mode & S_IFMT) == S_IFLNK; in DirEntry_test_mode()11778 dir_bits = self->win32_lstat.st_file_attributes & FILE_ATTRIBUTE_DIRECTORY; in DirEntry_test_mode()12016 _Py_attribute_data_to_stat(&file_info, reparse_tag, &entry->win32_lstat); in DirEntry_from_find_data()