Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmoveconfig.py548 def cleanup_empty_blocks(header_path, options): argument
556 with open(header_path) as f:
561 show_diff(data.splitlines(True), new_data.splitlines(True), header_path,
567 with open(header_path, 'w') as f:
570 def cleanup_one_header(header_path, patterns, options): argument
579 with open(header_path) as f:
621 show_diff(lines, tolines, header_path, options.color)
626 with open(header_path, 'w') as f:
651 header_path = os.path.join(dirpath, filename)
652 cleanup_one_header(header_path, patterns, options)
[all …]