Searched refs:BytesWrote (Results 1 – 1 of 1) sorted by relevance
284 UINT32 BytesWrote; in PutFileImage() local307 BytesWrote = fwrite (OutputFileImage, sizeof (UINT8), BytesToWrite, OutputFile); in PutFileImage()308 if (BytesWrote != sizeof (UINT8) * BytesToWrite) { in PutFileImage()