Home
last modified time | relevance | path

Searched refs:Postbuild (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DPlatformClass.py444 self.Postbuild = BuildScriptClass()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py980 self.Postbuild = GlobalData.gCommandLineDefines.get('POSTBUILD')
983 self.Postbuild = str(Platform.Postbuild)
984 if self.Postbuild:
985 PostbuildList = self.Postbuild.split()
990 self.Postbuild = ' '.join(PostbuildList)
991 … self.Postbuild += self.PassCommandOption(self.BuildTargetList, self.ArchList, self.ToolChainList)
1080 if self.Postbuild:
1083 Process = Popen(self.Postbuild, stdout=PIPE, stderr=PIPE)
1085 … Process = Popen(self.Postbuild, stdout=PIPE, stderr=PIPE, shell=True, executable="/bin/bash")
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDscClassObject.py257 Postbuild = BuildScriptClass()
258Postbuild.FilePath = NormPath(QueryDefinesItem(self.TblDsc, TAB_DSC_POSTBUILD, Arch, self.FileID)[…
259 self.Platform.Postbuild = Postbuild
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py1248 Postbuild = property(_GetPostbuild) variable in DscBuildData