Searched refs:GetPackageList (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | WorkspaceCommon.py | 28 def GetPackageList(Platform, BuildDatabase, Arch, Target, Toolchain): function 47 PkgList = GetPackageList(Platform, BuildDatabase, Arch, Target, Toolchain)
|
D | WorkspaceDatabase.py | 3102 def GetPackageList(self, Platform, Arch, TargetName, ToolChainTag): member in WorkspaceDatabase
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | DepexSection.py | 42 … PkgList = GenFdsGlobalVariable.WorkSpace.GetPackageList(GenFdsGlobalVariable.ActivePlatform,
|
D | GenFdsGlobalVariable.py | 709 … for Package in GenFdsGlobalVariable.WorkSpace.GetPackageList(GenFdsGlobalVariable.ActivePlatform,
|
D | GenFds.py | 348 …PkgList = GenFdsGlobalVariable.WorkSpace.GetPackageList(GenFdsGlobalVariable.ActivePlatform, Arch…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | InstallPkg.py | 199 def GetPackageList(DistPkg, Dep, WorkspaceDir, Options, ContentZipFile, ModuleList, PackageList): function 950 DistPkg.PackageSurfaceArea = GetPackageList(DistPkg, Dep, WorkspaceDir, Options,
|