Home
last modified time | relevance | path

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

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