Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c915 win32_1str(PyObject* args, char* func, in win32_1str() function
1819 return win32_1str(args, "chdir", "s:chdir", win32_chdir, "U:chdir", win32_wchdir); in posix_chdir()
2809 return win32_1str(args, "rmdir", "s:rmdir", RemoveDirectoryA, "U:rmdir", RemoveDirectoryW); in posix_rmdir()
2880 return win32_1str(args, "remove", "s:remove", DeleteFileA, "U:remove", DeleteFileW); in posix_unlink()