Home | History | Annotate | Download | only in utils

Lines Matching defs:bytesWritten

150     int bytesWritten = sizeof(SnapshotHeader);
157 bytesWritten += sizeof(FileState) + round_up(name.length());
165 SnapshotHeader header = { MAGIC0, fileCount, MAGIC1, bytesWritten };