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

/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Vtf0/
H A DBuild.py20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = ( variable
41 ret = RunCommand(commandLine)
45 commandLine = ( variable
51 ret = RunCommand(commandLine)
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/
H A DBuild.py20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = ( variable
41 ret = RunCommand(commandLine)
45 commandLine = ( variable
51 ret = RunCommand(commandLine)
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/
H A DBuild.py20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = ( variable
41 ret = RunCommand(commandLine)
45 commandLine = ( variable
51 ret = RunCommand(commandLine)
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
H A DBuild.py20 def RunCommand(commandLine):
21 #print ' '.join(commandLine)
22 return subprocess.call(commandLine)
34 commandLine = (
41 ret = RunCommand(commandLine)
45 commandLine = (
51 ret = RunCommand(commandLine)

Completed in 103 milliseconds