Home
last modified time | relevance | path

Searched refs:config_h (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py357 config_h = open(fn)
359 if "__GNUC__" in config_h.read():
364 config_h.close()
/third_party/python/Lib/distutils/tests/
H A Dtest_sysconfig.py37 config_h = sysconfig.get_config_h_filename()
38 self.assertTrue(os.path.isfile(config_h), config_h)
/third_party/mbedtls/tests/scripts/
H A Dtest-ref-configs.pl63 my $config_h = 'include/mbedtls/mbedtls_config.h';
65 system( "cp $config_h $config_h.bak" ) and die;
67 system( "mv $config_h.bak $config_h" ) and warn "$config_h not restored\n";
93 system( "cp $config_h.bak $config_h" ) and die;
102 system( "cp configs/$conf_file $config_h" )
159 system( "mv $config_h
[all...]
/third_party/python/Lib/test/
H A Dtest_sysconfig.py335 config_h = sysconfig.get_config_h_filename()
336 self.assertTrue(os.path.isfile(config_h), config_h)
/third_party/python/Lib/
H A Dsysconfig.py478 config_h = get_config_h_filename()
480 with open(config_h, encoding="utf-8") as f:
483 msg = f"invalid Python installation: unable to open {config_h}"
/third_party/python/
H A Dsetup.py889 config_h = sysconfig.get_config_h_filename()
890 with open(config_h) as file:

Completed in 6 milliseconds