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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
PackageClass.py 28 # @var RePackage: To store value for RePackage
38 self.RePackage = False
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 48 self.RePackage = ''
61 return self.RePackage
63 def SetRePackage(self, RePackage):
64 self.RePackage = RePackage
IpiDb.py 93 RePackage TEXT NOT NULL,
172 # @param RePackage: A RePackage
174 def AddDPObject(self, DpObj, NewDpPkgFileName, DpPkgFileName, RePackage):
231 NewDpPkgFileName, DpPkgFileName, RePackage)
248 RePackage):
264 DistributionFileName, str(RePackage).upper())
584 ## Get files' repackage attribute if present that are installed into current workspace
586 # @retval FileDict: a Dict of file, key is file path, value is (DpGuid, DpVersion, NewDpFileName, RePackage)
601 RePackage = Result[5]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 256 self.RePackage = ''
266 self.RePackage = XmlAttribute(XmlNode(Item, '%s' % Key), 'RePackage')
277 if self.RePackage.upper() == 'TRUE':
278 DistributionPackageHeader.RePackage = True
279 elif self.RePackage.upper() == 'FALSE':
280 DistributionPackageHeader.RePackage = False
309 if DistributionPackageHeader.RePackage != '':
310 AttributeList.append(['RePackage', str(DistributionPackageHeader.RePackage).lower()])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
MkPkg.py 104 # Get list of files that installed with RePackage attribute available
142 (DpGuid, DpVersion, DpName, Repackage) = RePkgDict[FileFullPath]
143 if not Repackage:
151 DistPkg.Header.RePackage = True
174 (DpGuid, DpVersion, DpName, Repackage) = RePkgDict[FileFullPath]
175 if not Repackage:
184 DistPkg.Header.RePackage = True
InstallPkg.py 154 if DistPkg.Header.RePackage == '':
155 DistPkg.Header.RePackage = False
    [all...]

Completed in 2396 milliseconds