Lines Matching refs:join
317 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
318 sys.path.append(os.path.join(os.path.dirname(__file__), 'patman'))
407 pattern = os.path.join('configs', line)
448 defconfigs.append(os.path.join(dirpath, filename))
457 return '\n'.join([ '\033[' + color + 'm' + s + '\033[0m' if s else ''
473 fromfile=os.path.join('a', file_path),
474 tofile=os.path.join('b', file_path))
626 if dirpath == os.path.join('include', 'generated'):
630 cleanup_one_header(os.path.join(dirpath, filename),
669 tolines[i] = start + ','.join(new_tokens) + end
697 cleanup_one_extra_option(os.path.join('configs', defconfig), configs,
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:
716 f.write(''.join(lines))
756 f.write(''.join(newlines))
813 self.dotconfig = os.path.join(build_dir, '.config')
814 self.autoconf = os.path.join(build_dir, 'include', 'autoconf.mk')
815 self.spl_autoconf = os.path.join(build_dir, 'spl', 'include',
817 self.config_autoconf = os.path.join(build_dir, AUTO_CONF_PATH)
818 self.defconfig = os.path.join(build_dir, 'defconfig')
1189 with open(os.path.join(self.build_dir, AUTO_CONF_PATH)) as fd:
1227 orig_defconfig = os.path.join('configs', self.defconfig)
1228 new_defconfig = os.path.join(self.build_dir, 'defconfig')
1249 log += '\n'.join([ ' ' + s for s in self.log.split('\n') ])
1347 boards = '\n'.join(boards) + '\n'
1366 boards = '\n'.join(boards) + '\n'
1426 print 'Move ' + ', '.join(configs),
1534 fd.write('\n'.join(data) + '\n')
1707 missing_str = ', '.join(missing) if missing else 'all'
1857 db_queue.join()
1871 '\n '.join(configs))