Searched refs:ContentZipFile (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | InstallPkg.py | 137 ContentZipFile = None 181 ContentZipFile = PackageFile(ContentFile) 189 ContentZipFile.Close() 193 return DistPkg, ContentZipFile, DpPkgFileName, DistFile 199 def GetPackageList(DistPkg, Dep, WorkspaceDir, Options, ContentZipFile, ModuleList, PackageList): argument 212 …InstallPackageContent(PackagePath, NewPackagePath, Package, ContentZipFile, Dep, WorkspaceDir, Mod… 237 def GetModuleList(DistPkg, Dep, WorkspaceDir, ContentZipFile, ModuleList): argument 271 …InstallModuleContent(ModulePath, NewModulePath, '', Module, ContentZipFile, WorkspaceDir, ModuleLi… 460 def GenToolMisc(DistPkg, WorkspaceDir, ContentZipFile): argument 500 …Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, DistPkg.Header.ReadOnly, FileObject.GetExec… [all …]
|
D | ReplacePkg.py | 48 ContentZipFile, DistFile = None, None 53 …DistPkg, ContentZipFile, DpPkgFileName, DistFile = UnZipDp(WorkspaceDir, Options.PackFileToReplace) 71 InstallDp(DistPkg, DpPkgFileName, ContentZipFile, Options, Dep, WorkspaceDir, DataBase) 100 if ContentZipFile: 101 ContentZipFile.Close()
|