Searched defs:LaunchCommand (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py242 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 36 milliseconds