Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c1001 win32_wstat(const wchar_t* path, struct win32_stat *result) in win32_wstat() function
2642 return posix_do_stat(self, args, "et:stat", STAT, "U:stat", win32_wstat); in posix_stat()
6126 return posix_do_stat(self, args, "et:lstat", STAT, "U:lstat", win32_wstat); in posix_lstat()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c1188 win32_wstat(const wchar_t* path, struct win32_stat *result) in win32_wstat() function
2830 return posix_do_stat(self, args, "et:stat", STAT, "u:stat", win32_wstat); in posix_stat()
6339 return posix_do_stat(self, args, "et:lstat", STAT, "u:lstat", win32_wstat); in posix_lstat()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c1188 win32_wstat(const wchar_t* path, struct win32_stat *result) in win32_wstat() function
2830 return posix_do_stat(self, args, "et:stat", STAT, "u:stat", win32_wstat); in posix_stat()
6339 return posix_do_stat(self, args, "et:lstat", STAT, "u:lstat", win32_wstat); in posix_lstat()