Searched refs:RunCommand (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/
H A DBuild.py25 def RunCommand(commandLine): function
46 ret = RunCommand(commandLine)
56 ret = RunCommand(commandLine)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py467 self.RunCommand(cmd, module, 'config', skipable=True)
472 self.RunCommand(cmd, module, 'build')
479 self.RunCommand(cmd, module, 'install')
485 def RunCommand(self, cmd, module, stage, skipable=False): member in class:Builder
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.h254 RunCommand(
H A DShell.c309 Status = RunCommand(L"map");
814 Status = RunCommand(FileStringPath);
965 Status = RunCommand(CmdLine);
1250 Status = RunCommand(OurCommandLine);
1265 Status = RunCommand(NextCommandLine);
1304 RunCommand( function
1825 Status = RunCommand(CommandLine3+1);
1841 Status = RunCommand(CommandLine3);

Completed in 51 milliseconds