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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c951 UINTN NumBytesRead; local
989 NumBytesRead = fread (FileBuffer, sizeof (UINT8), FileSize, NewFile);
999 if (NumBytesRead != sizeof (UINT8) * FileSize) {

Completed in 104 milliseconds