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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h242 CHAR8 CapName[_MAX_PATH]; member in struct:__anon9980
H A DGenFvInternalLib.c3525 strcpy (CapInfo->CapName, Value);
3625 if (CapFileName == NULL && mCapDataInfo.CapName[0] != '\0') {
3626 CapFileName = mCapDataInfo.CapName;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py4289 for CapName in self.Profile.CapsuleDict.keys():
4293 LogStr = "\n\n\nCycle Reference Checking for Capsule: %s\n" % CapName
4295 RefCapStack.append(CapName)
4327 if CapName in RefCapStack or CapNameFromStack in RefCapStack:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py720 self.CapList = BuildOptions.CapName
1682 Parser.add_option("-C", "--capsule-image", action="append", type="string", dest="CapName", default=[],

Completed in 101 milliseconds