Home
last modified time | relevance | path

Searched refs:plat_spec (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_build.py30 plat_spec = '.%s-%d.%d' % (cmd.plat_name, *sys.version_info[:2])
33 plat_spec += '-pydebug'
34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
Dtest_msvccompiler.py23 def _find_vcvarsall(plat_spec): argument
/third_party/python/Lib/distutils/
D_msvccompiler.py95 def _find_vcvarsall(plat_spec): argument
113 def _get_vc_env(plat_spec): argument
120 vcvarsall, _ = _find_vcvarsall(plat_spec)
126 'cmd /u /c "{}" {} && set'.format(vcvarsall, plat_spec),
218 plat_spec = PLAT_TO_VCVARS[plat_name]
220 vc_env = _get_vc_env(plat_spec)
Dmsvc9compiler.py365 plat_spec = PLAT_TO_VCVARS[plat_name]
368 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
371 vc_env = query_vcvarsall(VERSION, plat_spec)