HomeSort by relevance Sort by last modified time
    Searched full:orig_file (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/bin/
kernel_config.py 8 def apply_overrides(orig_file, changes_file, output_file):
23 input = file(orig_file, 'r')
78 def __init__(self, job, build_dir, config_dir, orig_file,
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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.c 277 char *orig_file = NULL; local
301 orig_file = p->file;
346 vpx_memory_tracker_add((size_t)memblk, orig_size, orig_file, orig_line, 1);
  /external/autotest/server/brillo/feedback/
closed_loop_audio_client.py 112 with open(self.orig_policy) as orig_file:
114 for line in orig_file:

Completed in 151 milliseconds