Lines Matching refs:out_dir
140 out_dir = work_dir
146 out_dir = os.path.join(work_dir, out_rel_dir)
194 Mkdir(out_dir)
207 out_dir = os.path.realpath(out_dir)
208 args.append('O=%s' % out_dir)
250 result.out_dir = out_dir
318 capture_stderr=True, cwd=result.out_dir,
328 capture_stderr=True, cwd=result.out_dir,
343 capture_stderr=True, cwd=result.out_dir,
361 self.CopyFiles(result.out_dir, build_dir, dirname, ['u-boot.cfg',
367 self.CopyFiles(result.out_dir, build_dir, '', ['u-boot*', '*.bin',
371 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument
382 file_list = glob.glob(os.path.join(out_dir, dirname, pattern))