Searched defs:InfFileName (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c192 CHAR8 *InfFileName; local
205 InfFileName = NULL;
260 InfFileName = argv[1];
261 if (InfFileName == NULL) {
552 // check input parameter, InfFileName can be NULL
554 if (InfFileName == NULL && DumpCapsule) {
558 VerboseMsg ("the input FvInf or CapInf file name is %s", InfFileName);
571 if (InfFileName != NULL) {
572 Status = GetFileImage (InfFileName, &InfFileImage, &InfFileSize);
579 VerboseMsg ("Dump the capsule header information for the input capsule image %s", InfFileName);
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h546 CHAR InfFileName[MAX_PATH]; member in struct:_SP_DRVINFO_DETAIL_DATA_A
559 WCHAR InfFileName[MAX_PATH]; member in struct:_SP_DRVINFO_DETAIL_DATA_W
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h545 CHAR InfFileName[MAX_PATH]; member in struct:_SP_DRVINFO_DETAIL_DATA_A
558 WCHAR InfFileName[MAX_PATH]; member in struct:_SP_DRVINFO_DETAIL_DATA_W

Completed in 70 milliseconds