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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py 98 DecFile = None
100 DecFile = Dec(Path)
101 GlobalData.gPackageDict[Path] = DecFile
103 DecFile = GlobalData.gPackageDict[Path]
105 DecGuidsDict = DecFile.GetGuidSectionObject().ValueDict
106 DecPcdsDict = DecFile.GetPcdSectionObject().ValueDict
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DependencyRules.py 251 for (PkgName, PkgGuid, PkgVersion, DecFile) in self.WsPkgList:
254 DecPath = dirname(DecFile)
257 DecFileRelaPath = GetRelativePath(DecFile,WorkSP)
260 DecFileRelaPath = DecFile
314 for (PkgName, PkgGuid, PkgVersion, DecFile) in self.WsPkgList:
317 DecPath = dirname(DecFile)
320 DecFileRelaPath = GetRelativePath(DecFile,WorkSP)
323 DecFileRelaPath = DecFile
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 739 def __init__(self, DecFile, Parse = True):
741 Content = ConvertSpecialChar(open(DecFile, 'rb').readlines())
743 Logger.Error(TOOL_NAME, FILE_OPEN_FAILURE, File=DecFile,
744 ExtraData=ST.ERR_DECPARSE_FILEOPEN % DecFile)
745 RawData = FileContent(DecFile, Content)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Parsing.py     [all...]

Completed in 989 milliseconds