Searched refs:writebytes (Results 1 – 1 of 1) sorted by relevance
294 int writebytes = fwrite(data, 1, numBytes, file_); in WriteBytes() local295 return numBytes == writebytes; in WriteBytes()