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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfPackageSectionParser.py 81 LineCommentContent = ''
83 LineCommentContent += Item[0] + DT.END_OF_LINE
84 LineComment.SetHeaderComments(LineCommentContent)
InfSourceSectionParser.py 78 LineCommentContent = ''
80 LineCommentContent += Item[0] + DT.END_OF_LINE
81 LineComment.SetHeaderComments(LineCommentContent)
InfDefineSectionParser.py 125 LineCommentContent = ''
127 LineCommentContent += Item[0] + DT.END_OF_LINE
128 LineComment.SetHeaderComments(LineCommentContent)
InfLibrarySectionParser.py 88 LineCommentContent = ''
90 LineCommentContent += Item[0] + DT.END_OF_LINE
91 LibLineComment.SetHeaderComments(LineCommentContent)
InfBinarySectionParser.py 104 LineCommentContent = ''
106 LineCommentContent += Item[0] + DT.END_OF_LINE
107 LineComment.SetHeaderComments(LineCommentContent)

Completed in 184 milliseconds