Lines Matching refs:name
64 if os.name == 'nt':
127 conditions = ((struct.calcsize('P') == 8) and (os.name == 'posix') and
139 copies = '' if os.name=='nt' else ' --copies'
175 elif os.name=='nt' and attr=='symlinks':
447 @unittest.skipUnless(os.name == 'nt', 'only relevant on Windows')
499 @unittest.skipIf(os.name == 'nt', 'not relevant on Windows')
540 @unittest.skipIf(os.name == 'nt', 'not relevant on Windows')
573 for name in os.listdir(eachpath):
574 if name == "site-packages":
576 fn = os.path.join(eachpath, name)
580 shutil.copytree(fn, os.path.join(libdir, name))