Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c1743 char cresolved_path[MAXPATHLEN]; in _Py_wrealpath() local
1752 res = realpath(cpath, cresolved_path); in _Py_wrealpath()
1757 wresolved_path = Py_DecodeLocale(cresolved_path, &r); in _Py_wrealpath()