Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Ddata.py39 splitunc = _os.path.splitunc
43 drive, path = splitunc(path)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Ddata.py39 splitunc = _os.path.splitunc
43 drive, path = splitunc(path)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Ddata.py39 splitunc = _os.path.splitunc
43 drive, path = splitunc(path)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Ddata.py39 splitunc = _os.path.splitunc
43 drive, path = splitunc(path)
/external/python/cpython2/Lib/
Dos2emxpath.py59 def splitunc(p): function
112 unc, rest = splitunc(path)
Dntpath.py138 def splitunc(p): function
234 unc, rest = splitunc(path)
505 prefix, rest = splitunc(abs)
/external/python/cpython2/Lib/test/
Dtest_ntpath.py73 self.assertEqual(ntpath.splitunc(u'//conky/MOUNTPO%cNT/foo/bar' % 0x0130),
/external/python/cpython2/Doc/library/
Dos.path.rst16 :func:`splitunc` and :func:`ismount` do handle them correctly.
317 .. function:: splitunc(path)
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst715 Fixed numerous bugs in ntpath.splitunc().
/external/python/cpython3/Doc/whatsnew/
D3.7.rst2138 * The ``splitunc()`` function in the :mod:`ntpath` module was deprecated in
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst3601 Removed deprecated function ntpath.splitunc().
/external/python/cpython3/Misc/
DHISTORY2973 - Issue #19912: Fixed numerous bugs in ntpath.splitunc().
3144 - Issue #19912: Added tests for ntpath.splitunc().
14837 in all operations, including splitdrive, split, etc. splitunc() now issues
19479 - Bug #1274828: Document os.path.splitunc().
27230 (Some tests converted to splitunc() tests.)
27234 splitunc() parses UNC paths. The contributor of the UNC parsing in
/external/python/cpython2/Misc/
DHISTORY2095 - Bug #1274828: Document os.path.splitunc().
9851 (Some tests converted to splitunc() tests.)
9855 splitunc() parses UNC paths. The contributor of the UNC parsing in