Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c1182 win32_wstat(const wchar_t* path, struct win32_stat *result) in win32_wstat() function
2824 return posix_do_stat(self, args, "et:stat", STAT, "u:stat", win32_wstat); in posix_stat()
6312 return posix_do_stat(self, args, "et:lstat", STAT, "u:lstat", win32_wstat); in posix_lstat()