Home
last modified time | relevance | path

Searched refs:win32_lstat (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c469 # define LSTAT win32_lstat
1998 win32_lstat(const wchar_t* path, struct _Py_stat_struct *result) in win32_lstat() function
2441 result = win32_lstat(path->wide, &st); in posix_do_stat()
13161 struct _Py_stat_struct win32_lstat; member
13212 return (self->win32_lstat.st_mode & S_IFMT) == S_IFLNK; in os_DirEntry_is_symlink_impl()
13276 self->lstat = _pystat_fromstructstat(module, &self->win32_lstat); in DirEntry_get_lstat()
13340 is_symlink = (self->win32_lstat.st_mode & S_IFMT) == S_IFLNK; in DirEntry_test_mode()
13380 dir_bits = self->win32_lstat.st_file_attributes & FILE_ATTRIBUTE_DIRECTORY; in DirEntry_test_mode()
13612 _Py_attribute_data_to_stat(&file_info, reparse_tag, &entry->win32_lstat); in DirEntry_from_find_data()