Searched refs:DpPkgFileName (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | ReplacePkg.py | 53 …DistPkg, ContentZipFile, DpPkgFileName, DistFile = UnZipDp(WorkspaceDir, Options.PackFileToReplace) 71 InstallDp(DistPkg, DpPkgFileName, ContentZipFile, Options, Dep, WorkspaceDir, DataBase)
|
D | InstallPkg.py | 136 def UnZipDp(WorkspaceDir, DpPkgFileName): argument 139 DistFile = PackageFile(DpPkgFileName) 193 return DistPkg, ContentZipFile, DpPkgFileName, DistFile 523 … DistPkg, ContentZipFile, DpPkgFileName, DistFile = UnZipDp(WorkspaceDir, Options.PackageFile) 534 InstallDp(DistPkg, DpPkgFileName, ContentZipFile, Options, Dep, WorkspaceDir, DataBase) 584 def BackupDist(DpPkgFileName, Guid, Version, WorkspaceDir): argument 585 DistFileName = os.path.split(DpPkgFileName)[1] 601 copyfile(DpPkgFileName, DestFile) 943 def InstallDp(DistPkg, DpPkgFileName, ContentZipFile, Options, Dep, WorkspaceDir, DataBase): argument 960 DistFileName = os.path.split(DpPkgFileName)[1] [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | IpiDb.py | 174 def AddDPObject(self, DpObj, NewDpPkgFileName, DpPkgFileName, RePackage): argument 231 NewDpPkgFileName, DpPkgFileName, RePackage)
|