Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c488 # define LSTAT win32_lstat
2103 win32_lstat(const wchar_t* path, struct _Py_stat_struct *result) in win32_lstat() function
2548 result = win32_lstat(path->wide, &st); in posix_do_stat()
13613 struct _Py_stat_struct win32_lstat; member
13656 return (self->win32_lstat.st_mode & S_IFMT) == S_IFLNK; in os_DirEntry_is_symlink_impl()
13738 self->lstat = _pystat_fromstructstat(module, &self->win32_lstat); in DirEntry_get_lstat()
13802 is_symlink = (self->win32_lstat.st_mode & S_IFMT) == S_IFLNK; in DirEntry_test_mode()
13842 dir_bits = self->win32_lstat.st_file_attributes & FILE_ATTRIBUTE_DIRECTORY; in DirEntry_test_mode()
14084 _Py_attribute_data_to_stat(&file_info, reparse_tag, &entry->win32_lstat); in DirEntry_from_find_data()

Completed in 18 milliseconds