Lines Matching refs:splitunc
56 tester('ntpath.splitunc("c:\\foo\\bar")',
58 tester('ntpath.splitunc("c:/foo/bar")',
60 tester('ntpath.splitunc("\\\\conky\\mountpoint\\foo\\bar")',
62 tester('ntpath.splitunc("//conky/mountpoint/foo/bar")',
64 tester('ntpath.splitunc("\\\\\\conky\\mountpoint\\foo\\bar")',
66 tester('ntpath.splitunc("///conky/mountpoint/foo/bar")',
68 tester('ntpath.splitunc("\\\\conky\\\\mountpoint\\foo\\bar")',
70 tester('ntpath.splitunc("//conky//mountpoint/foo/bar")',
73 self.assertEqual(ntpath.splitunc(u'//conky/MOUNTPO%cNT/foo/bar' % 0x0130),
311 attributes = ['relpath', 'splitunc']