Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h144 PyAPI_FUNC(wchar_t*) _Py_wgetcwd(
/third_party/python/Python/
Dpathconfig.c645 if (!_Py_wgetcwd(fullpath, Py_ARRAY_LENGTH(fullpath))) { in _PyPathConfig_ComputeSysPath0()
Dfileutils.c2041 if (!_Py_wgetcwd(cwd, Py_ARRAY_LENGTH(cwd) - 1)) { in _Py_abspath()
2081 _Py_wgetcwd(wchar_t *buf, size_t buflen) in _Py_wgetcwd() function
/third_party/python/Modules/
Dgetpath.c330 if (!_Py_wgetcwd(abs_path, abs_path_len)) { in copy_absolute()