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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp440 FILE *pVfrFile = NULL; local
452 if ((pVfrFile = fopen (mOptions.VfrFileName, "r")) == NULL) {
456 fclose (pVfrFile);

Completed in 154 milliseconds