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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c286 UINT32 BytesWrote; local
309 BytesWrote = fwrite (OutputFileImage, sizeof (UINT8), BytesToWrite, OutputFile);
310 if (BytesWrote != sizeof (UINT8) * BytesToWrite) {

Completed in 31 milliseconds