Searched refs:LaunchCommand (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/ |
H A D | build.py | 242 def LaunchCommand(Command, WorkingDir): function 626 ## The thread wrapper of LaunchCommand function 633 LaunchCommand(Command, WorkingDir) 906 LaunchCommand(BuildCommand, AutoGenObject.MakeFileDir) 940 LaunchCommand(["GenFw", "--rebase", str(BaseAddress), "-r", ModuleOutputImage], ModuleInfo.OutputDir) 941 LaunchCommand(["GenFw", "--rebase", str(BaseAddress), "-r", ModuleDebugImage], ModuleInfo.DebugDir) 946 LaunchCommand(["GenFw", "--address", str(BaseAddress), "-r", ModuleOutputImage], ModuleInfo.OutputDir) 947 LaunchCommand(["GenFw", "--address", str(BaseAddress), "-r", ModuleDebugImage], ModuleInfo.DebugDir) 1506 LaunchCommand(Wa.BuildCommand + ["fds"], Wa.MakeFileDir)
|
Completed in 865 milliseconds