Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c1592 char cresolved_path[MAXPATHLEN]; in _Py_wrealpath() local
1601 res = realpath(cpath, cresolved_path); in _Py_wrealpath()
1606 wresolved_path = Py_DecodeLocale(cresolved_path, &r); in _Py_wrealpath()