Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h121 PyAPI_FUNC(int) _Py_wreadlink(
/third_party/python/Python/
Dpathconfig.c661 nr = _Py_wreadlink(path0, link, Py_ARRAY_LENGTH(link)); in _PyPathConfig_ComputeSysPath0()
Dfileutils.c1894 _Py_wreadlink(const wchar_t *path, wchar_t *buf, size_t buflen) in _Py_wreadlink() function
/third_party/python/Modules/
Dgetpath.c1056 int linklen = _Py_wreadlink(*path_p, new_path, new_path_len); in resolve_symlinks()