Home
last modified time | relevance | path

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

/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/IntelFsp2Pkg/FspSecCore/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/IntelFspPkg/FspSecCore/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.h290 RunCommand(
DShell.c533 Status = RunCommand(L"map"); in UefiMain()
1292 Status = RunCommand(CmdLine); in DoShellPrompt()
1724 Status = RunCommand(OurCommandLine); in RunSplitCommand()
1739 Status = RunCommand(NextCommandLine); in RunSplitCommand()
2671 RunCommand( in RunCommand() function
2941 Status = RunCommand(CommandLine3+1); in RunScriptFileHandle()
2963 Status = RunCommand(CommandLine3); in RunScriptFileHandle()