Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c735 win32_error(char* function, char* filename) in win32_error() function
945 return win32_error(func, ansi); in win32_1str()
1681 result = win32_error("stat", pathfree); in posix_do_stat()
1900 win32_error("chmod", path); in posix_chmod()
2243 return win32_error("getcwdu", NULL); in posix_getcwdu()
2404 return win32_error("FindFirstFile", namebuf); in posix_listdir()
2431 win32_error("FindNextFile", namebuf); in posix_listdir()
2439 return win32_error("FindClose", namebuf); in posix_listdir()
2650 return win32_error("GetFullPathName", inbuf); in posix__getfullpathname()
2691 win32_error("mkdir", path); in posix_mkdir()
[all …]
/external/python/cpython3/Modules/
Dposixmodule.c1405 win32_error(const char* function, const char* filename) in win32_error() function