Lines Matching refs:join
425 pattern = os.path.join('configs', line)
466 defconfigs.append(os.path.join(dirpath, filename))
475 return '\n'.join([ '\033[' + color + 'm' + s + '\033[0m' if s else ''
491 fromfile=os.path.join('a', file_path),
492 tofile=os.path.join('b', file_path))
666 if dirpath == os.path.join('include', 'generated'):
671 header_path = os.path.join(dirpath, filename)
714 tolines[i] = start + ','.join(new_tokens) + end
742 cleanup_one_extra_option(os.path.join('configs', defconfig), configs,
755 with open(os.path.join('scripts', 'config_whitelist.txt')) as f:
760 with open(os.path.join('scripts', 'config_whitelist.txt'), 'w') as f:
761 f.write(''.join(lines))
801 f.write(''.join(newlines))
878 self.dotconfig = os.path.join(build_dir, '.config')
879 self.autoconf = os.path.join(build_dir, 'include', 'autoconf.mk')
880 self.spl_autoconf = os.path.join(build_dir, 'spl', 'include',
882 self.config_autoconf = os.path.join(build_dir, AUTO_CONF_PATH)
883 self.defconfig = os.path.join(build_dir, 'defconfig')
1256 with open(os.path.join(self.build_dir, AUTO_CONF_PATH)) as fd:
1294 orig_defconfig = os.path.join('configs', self.defconfig)
1295 new_defconfig = os.path.join(self.build_dir, 'defconfig')
1316 log += '\n'.join([ ' ' + s for s in self.log.split('\n') ])
1414 boards = '\n'.join(boards) + '\n'
1433 boards = '\n'.join(boards) + '\n'
1493 print('Move ' + ', '.join(configs), end=' ')
1601 fd.write('\n'.join(data) + '\n')
1774 missing_str = ', '.join(missing) if missing else 'all'
1924 db_queue.join()
1938 '\n '.join(configs))