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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py73 gLineMaxLength = 120 variable
76 gSectionStart = ">" + "=" * (gLineMaxLength-2) + "<"
77 gSectionEnd = "<" + "=" * (gLineMaxLength-2) + ">" + "\n"
78 gSectionSep = "=" * gLineMaxLength
81 gSubSectionStart = ">" + "-" * (gLineMaxLength-2) + "<"
82 gSubSectionEnd = "<" + "-" * (gLineMaxLength-2) + ">"
83 gSubSectionSep = "-" * gLineMaxLength
1557 Content = FileLinesSplit(File.getvalue(), gLineMaxLength)

Completed in 62 milliseconds