Lines Matching refs:open
382 devnull = open(os.devnull, 'wb')
443 fd = open(defconfigs_file)
575 with open(header_path) as f:
586 with open(header_path, 'w') as f:
598 with open(header_path) as f:
645 with open(header_path, 'w') as f:
690 with open(defconfig_path) as f:
723 with open(defconfig_path, 'w') as f:
755 with open(os.path.join('scripts', 'config_whitelist.txt')) as f:
760 with open(os.path.join('scripts', 'config_whitelist.txt'), 'w') as f:
783 with open('README') as f:
800 with open('README', 'w') as f:
893 for line in open(self.dotconfig):
995 with open(self.dotconfig) as f:
998 with open(autoconf_path) as f:
1031 with open(self.dotconfig, 'a') as f:
1053 with open(self.defconfig) as f:
1256 with open(os.path.join(self.build_dir, AUTO_CONF_PATH)) as fd:
1421 with open(output_file, 'w') as f:
1441 with open(output_file, 'w') as f:
1576 with open(fname) as fd:
1594 data = open(fname).read().splitlines()
1600 with open(fname, 'w') as fd:
1679 with open(CONFIG_DATABASE) as fd:
1945 with open(CONFIG_DATABASE, 'w') as fd: