HomeSort by relevance Sort by last modified time
    Searched refs:NewContent (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 765 NewContent = []
776 NewContent.append(Line + '\r')
778 RawData = FileContent(DecFile, NewContent)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 202 NewContent = ''
218 NewContent += NewLine + TAB_LINE_BREAK
220 NewContent = NewContent.replace(TAB_LINE_BREAK, gEndOfLine).replace('\r\r\n', gEndOfLine)
221 return NewContent
    [all...]

Completed in 183 milliseconds