Searched refs:BuildCommand (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | build.py | 342 def __init__(self, Obj, BuildCommand, Target, Dependency, WorkingDir="."): argument 347 self.BuildCommand = BuildCommand 348 if not BuildCommand: 406 BuildUnit.__init__(self, Obj, Obj.BuildCommand, Target, Dependency, Obj.MakeFileDir) 428 BuildUnit.__init__(self, Obj, Obj.BuildCommand, Target, Dependency, Obj.MakeFileDir) 695 Command = self.BuildItem.BuildCommand + [self.BuildItem.Target] 1154 BuildCommand = AutoGenObject.BuildCommand 1155 if BuildCommand == None or len(BuildCommand) == 0: 1174 BuildCommand = BuildCommand + [Target] 1175 LaunchCommand(BuildCommand, AutoGenObject.MakeFileDir) [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | AutoGen.py | 897 self._BuildCommand = self.AutoGenObjectList[0].BuildCommand 1016 BuildCommand = property(_GetBuildCommand) variable in WorkspaceAutoGen 2510 BuildCommand = property(_GetBuildCommand) variable in PlatformAutoGen 2827 return self.PlatformInfo.BuildCommand 4107 BuildCommand = property(_GetBuildCommand) variable in ModuleAutoGen
|