Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c563 win32_error(char* function, char* filename) in win32_error() function
773 return win32_error(func, ansi); in win32_1str()
1494 result = win32_error("stat", pathfree); in posix_do_stat()
1716 win32_error("chmod", path); in posix_chmod()
2050 return win32_error("getcwdu", NULL); in posix_getcwdu()
2211 return win32_error("FindFirstFile", namebuf); in posix_listdir()
2238 win32_error("FindNextFile", namebuf); in posix_listdir()
2246 return win32_error("FindClose", namebuf); in posix_listdir()
2458 return win32_error("GetFullPathName", inbuf); in posix__getfullpathname()
2503 win32_error("mkdir", path); in posix_mkdir()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1109 return win32_error("GetFullPathName", inbuf); in posix__getfullpathname()
3661 win32_error("CreateProcess", s2); in _PyPopenCreateProcess()
3686 return win32_error("CreatePipe", NULL); in _PyPopen()
3697 return win32_error("DuplicateHandle", NULL); in _PyPopen()
3704 return win32_error("CreatePipe", NULL); in _PyPopen()
3710 return win32_error("DuplicateHandle", NULL); in _PyPopen()
3718 return win32_error("CreatePipe", NULL); in _PyPopen()
3725 return win32_error("DuplicateHandle", NULL); in _PyPopen()
3956 return win32_error("CloseHandle", NULL); in _PyPopen()
3959 return win32_error("CloseHandle", NULL); in _PyPopen()
[all …]