Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py75 gLineMaxLength = 120 variable
81 gSectionStart = ">" + "=" * (gLineMaxLength - 2) + "<"
82 gSectionEnd = "<" + "=" * (gLineMaxLength - 2) + ">" + "\n"
83 gSectionSep = "=" * gLineMaxLength
86 gSubSectionStart = ">" + "-" * (gLineMaxLength - 2) + "<"
87 gSubSectionEnd = "<" + "-" * (gLineMaxLength - 2) + ">"
88 gSubSectionSep = "-" * gLineMaxLength
1601 Content = FileLinesSplit(File.getvalue(), gLineMaxLength)