Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Ddiffconfig68 def show_diff(): function
134 show_diff()
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py79 f.show_diff()
/openbmc/u-boot/tools/
H A Dmoveconfig.py461 def show_diff(a, b, file_path, color_enabled): function
561 show_diff(data.splitlines(True), new_data.splitlines(True), header_path,
621 show_diff(lines, tolines, header_path, options.color)
695 show_diff(lines, tolines, defconfig_path, options.color)
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py404 def show_diff(self) -> None: member in FileInfo