HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_VALUE_INVALID (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
BuildToolError.py 36 OPTION_VALUE_INVALID = 0x1003
116 OPTION_VALUE_INVALID : "Invalid value of option",
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
MkPkg.py 37 from Logger.ToolError import OPTION_VALUE_INVALID
264 Logger.Error("\nMkPkg", OPTION_VALUE_INVALID, \
272 Logger.Error("\nMkPkg", OPTION_VALUE_INVALID,
275 Logger.Error("\nMkPkg", OPTION_VALUE_INVALID, \
279 Logger.Error("\nMkPkg", OPTION_VALUE_INVALID, \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
ToolError.py 43 OPTION_VALUE_INVALID = 0x1003
128 OPTION_VALUE_INVALID : ST.ERR_OPTION_VALUE_INVALID,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 169 EdkLogger.error("GenFds", OPTION_VALUE_INVALID, ExtraData="Only allows one instance for Target.")
178 EdkLogger.error("GenFds", OPTION_VALUE_INVALID, ExtraData="Only allows one instance for ToolChain.")
195 EdkLogger.error("GenFds", OPTION_VALUE_INVALID, ExtraData="No Value given for Macro %s" %List[0])
278 EdkLogger.error("GenFds", OPTION_VALUE_INVALID,
285 EdkLogger.error("GenFds", OPTION_VALUE_INVALID,
292 EdkLogger.error("GenFds", OPTION_VALUE_INVALID,
396 EdkLogger.error('GenFds', OPTION_VALUE_INVALID, 'For Void* type PCD, when specify the Value in the command line, please use the following format: "string", L"string", B"{...}"')
400 EdkLogger.error('GenFds', OPTION_VALUE_INVALID, 'For Void* type PCD, when specify the Value in the command line, please use the following format: "string", L"string", B"{...}"')
404 EdkLogger.error('GenFds', OPTION_VALUE_INVALID, 'For Void* type PCD, when specify the Value in the command line, please use the following format: "string", L"string", B"{...}"')
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 29 from Logger.ToolError import OPTION_VALUE_INVALID
135 OPTION_VALUE_INVALID,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py 160 EdkLogger.error("ECC", BuildToolError.OPTION_VALUE_INVALID, ExtraData="Use -f option need to fill specific folders in config.ini file")
359 EdkLogger.error("ECC", BuildToolError.OPTION_VALUE_INVALID, ExtraData="Target [%s] does NOT exist" % Options.Target)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 331 EdkLogger.error("build", OPTION_VALUE_INVALID,
649 EdkLogger.error('build', OPTION_VALUE_INVALID, 'For Void* type PCD, when specify the Value in the command line, please use the following format: "string", L"string", B"{...}"')
653 EdkLogger.error('build', OPTION_VALUE_INVALID, 'For Void* type PCD, when specify the Value in the command line, please use the following format: "string", L"string", B"{...}"')
657 EdkLogger.error('build', OPTION_VALUE_INVALID, 'For Void* type PCD, when specify the Value in the command line, please use the following format: "string", L"string", B"{...}"')
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]

Completed in 299 milliseconds