Lines Matching refs:open
364 devnull = open(os.devnull, 'wb')
425 fd = open(defconfigs_file)
558 with open(header_path) as f:
605 with open(header_path, 'w') as f:
645 with open(defconfig_path) as f:
678 with open(defconfig_path, 'w') as f:
710 with open(os.path.join('scripts', 'config_whitelist.txt')) as f:
715 with open(os.path.join('scripts', 'config_whitelist.txt'), 'w') as f:
738 with open('README') as f:
755 with open('README', 'w') as f:
828 for line in open(self.dotconfig):
928 with open(self.dotconfig) as f:
931 with open(autoconf_path) as f:
964 with open(self.dotconfig, 'a') as f:
986 with open(self.defconfig) as f:
1189 with open(os.path.join(self.build_dir, AUTO_CONF_PATH)) as fd:
1354 with open(output_file, 'w') as f:
1374 with open(output_file, 'w') as f:
1509 with open(fname) as fd:
1527 data = open(fname).read().splitlines()
1533 with open(fname, 'w') as fd:
1612 with open(CONFIG_DATABASE) as fd:
1878 with open(CONFIG_DATABASE, 'w') as fd: