Lines Matching refs:PyUnicode_AsWideCharString
67 path = PyUnicode_AsWideCharString(pathobj, &len); in getpath_abspath()
123 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_isabs()
145 path = PyUnicode_AsWideCharString(pathobj, &len); in getpath_hassuffix()
147 suffix = PyUnicode_AsWideCharString(suffixobj, &suffixLen); in getpath_hassuffix()
178 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_isdir()
204 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_isfile()
231 path = PyUnicode_AsWideCharString(pathobj, &cchPath); in getpath_isxfile()
278 parts[i] = PyUnicode_AsWideCharString(s, &cch); in getpath_joinpath()
345 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_readlines()
433 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_realpath()
480 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_realpath()