Home
last modified time | relevance | path

Searched refs:orig_file (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/bin/
Dkernel_config.py8 def apply_overrides(orig_file, changes_file, output_file): argument
23 input = file(orig_file, 'r')
78 def __init__(self, job, build_dir, config_dir, orig_file, argument
85 if (orig_file == '' and not defconfig and not make): # use user default
93 orig_file = defconf
94 if (orig_file == '' and not make and defconfig): # use defconfig
96 if (orig_file == '' and make): # use the config command
104 print "kernel_config: using " + orig_file + \
107 utils.get_file(orig_file, self.orig_config)
/external/autotest/server/brillo/feedback/
Dclosed_loop_audio_client.py112 with open(self.orig_policy) as orig_file:
114 for line in orig_file: