Lines Matching refs:paths
173 # gh-96290: normal UNC paths and device paths without trailing backslashes
286 # gh-96290: don't normalize partial/invalid UNC drives as rooted paths.
533 # Resolved paths should be usable to open target files
742 def check(paths, expected):
743 tester(('ntpath.commonpath(%r)' % paths).replace('\\\\', '\\'),
745 def check_error(exc, paths):
746 self.assertRaises(exc, ntpath.commonpath, paths)
748 [os.fsencode(p) for p in paths])
867 # unicode and bytes (UTF-8) paths