Home
last modified time | relevance | path

Searched refs:BytesWrote (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DCommonLib.c284 UINT32 BytesWrote; in PutFileImage() local
307 BytesWrote = fwrite (OutputFileImage, sizeof (UINT8), BytesToWrite, OutputFile); in PutFileImage()
308 if (BytesWrote != sizeof (UINT8) * BytesToWrite) { in PutFileImage()