Home | History | Annotate | Download | only in Lib

Lines Matching refs:_getfinalpathname

21         from nt import _getfinalpathname
24 _getfinalpathname = None
186 if _getfinalpathname is not None:
188 return self._ext_to_normal(_getfinalpathname(s))
192 s = self._ext_to_normal(_getfinalpathname(s))