Searched refs:orig_file (Results 1 – 2 of 2) sorted by relevance
8 def apply_overrides(orig_file, changes_file, output_file): argument23 input = file(orig_file, 'r')78 def __init__(self, job, build_dir, config_dir, orig_file, argument85 if (orig_file == '' and not defconfig and not make): # use user default93 orig_file = defconf94 if (orig_file == '' and not make and defconfig): # use defconfig96 if (orig_file == '' and make): # use the config command104 print "kernel_config: using " + orig_file + \107 utils.get_file(orig_file, self.orig_config)
112 with open(self.orig_policy) as orig_file:114 for line in orig_file: