Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DGNUmakefile34 ParseInf.o \
DMakefile33 ParseInf.obj \
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DMakefile137 @if exist $(EDK_TOOLS_OUTPUT)\ParseInf.* del /q $(EDK_TOOLS_OUTPUT)\ParseInf.* > NUL
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DInfParserLite.py78 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
111 def ParseInf(self, Lines = [], FileRelativePath = '', Filename = ''): member in EdkInfParser