Searched refs:splitunc (Results 1 – 14 of 14) sorted by relevance
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | data.py | 39 splitunc = _os.path.splitunc 43 drive, path = splitunc(path)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | data.py | 39 splitunc = _os.path.splitunc 43 drive, path = splitunc(path)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | data.py | 39 splitunc = _os.path.splitunc 43 drive, path = splitunc(path)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | data.py | 39 splitunc = _os.path.splitunc 43 drive, path = splitunc(path)
|
/external/python/cpython2/Lib/ |
D | os2emxpath.py | 59 def splitunc(p): function 112 unc, rest = splitunc(path)
|
D | ntpath.py | 138 def splitunc(p): function 234 unc, rest = splitunc(path) 505 prefix, rest = splitunc(abs)
|
/external/python/cpython3/Lib/test/ |
D | test_ntpath.py | 77 ntpath.splitunc('') 95 self.assertEqual(ntpath.splitunc('//conky/MOUNTPOİNT/foo/bar'),
|
/external/python/cpython2/Lib/test/ |
D | test_ntpath.py | 73 self.assertEqual(ntpath.splitunc(u'//conky/MOUNTPO%cNT/foo/bar' % 0x0130),
|
/external/python/cpython2/Doc/library/ |
D | os.path.rst | 16 :func:`splitunc` and :func:`ismount` do handle them correctly. 317 .. function:: splitunc(path)
|
/external/python/cpython3/Lib/ |
D | ntpath.py | 173 def splitunc(p): function
|
/external/python/cpython3/Doc/library/ |
D | os.path.rst | 456 .. function:: splitunc(path)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2973 - 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/ |
D | HISTORY | 2095 - 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
|
D | NEWS | 2279 - Issue #19912: Fixed numerous bugs in ntpath.splitunc().
|