Home
last modified time | relevance | path

Searched refs:RunCommand (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/
DBuild.py20 def RunCommand(commandLine): function
41 ret = RunCommand(commandLine)
51 ret = RunCommand(commandLine)
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DBuild.py20 def RunCommand(commandLine): function
41 ret = RunCommand(commandLine)
51 ret = RunCommand(commandLine)
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/
DBuild.py20 def RunCommand(commandLine): function
41 ret = RunCommand(commandLine)
51 ret = RunCommand(commandLine)
/device/linaro/bootloader/edk2/BaseTools/gcc/
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 Builder
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.h284 RunCommand(
DShell.c507 Status = RunCommand(L"map"); in UefiMain()
1246 Status = RunCommand(CmdLine); in DoShellPrompt()
1673 Status = RunCommand(OurCommandLine); in RunSplitCommand()
1688 Status = RunCommand(NextCommandLine); in RunSplitCommand()
2628 RunCommand( in RunCommand() function
2900 Status = RunCommand(CommandLine3+1); in RunScriptFileHandle()
2922 Status = RunCommand(CommandLine3); in RunScriptFileHandle()