Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpathlib.py20 from nt import _getfinalpathname
23 _getfinalpathname = None variable
194 if _getfinalpathname is not None:
196 return self._ext_to_normal(_getfinalpathname(s))
201 s = self._ext_to_normal(_getfinalpathname(s))
Dntpath.py649 from nt import _getfinalpathname
657 def _getfinalpathname(f): function
/external/python/cpython3/Lib/test/
Dtest_ntpath.py451 final_path = nt._getfinalpathname(path)
455 b_final_path = nt._getfinalpathname(path.encode())
Dtest_os.py2334 tmp = self.nt._getfinalpathname(name)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst464 Fix potential use of uninitialized memory in nt._getfinalpathname
D3.7.0b2.rst160 nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now
D3.6.5rc1.rst673 Fix potential use of uninitialized memory in nt._getfinalpathname