Home
last modified time | relevance | path

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

/u-boot/tools/
A Dmoveconfig.py567 def cleanup_empty_blocks(header_path, options): argument
575 with open(header_path) as f:
586 with open(header_path, 'w') as f:
589 def cleanup_one_header(header_path, patterns, options): argument
598 with open(header_path) as f:
640 show_diff(lines, tolines, header_path, options.color)
645 with open(header_path, 'w') as f:
671 header_path = os.path.join(dirpath, filename)
673 if header_path == 'include/video_font_data.h':
675 cleanup_one_header(header_path, patterns, options)
[all …]

Completed in 4 milliseconds