Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h159 PyAPI_FUNC(wchar_t*) _Py_wgetcwd(
/external/python/cpython3/Python/
Dpathconfig.c308 _Py_wgetcwd(fullpath, Py_ARRAY_LENGTH(fullpath)); in _PyPathConfig_ComputeArgv0()
Dfileutils.c1627 _Py_wgetcwd(wchar_t *buf, size_t size) in _Py_wgetcwd() function
/external/python/cpython3/Modules/
Dgetpath.c272 if (!_Py_wgetcwd(path, pathlen)) { in copy_absolute()