Searched refs:length_read (Results 1 – 1 of 1) sorted by relevance
58 … const size_t length_read = ::fread (file_contents.data(), 1, file_contents.size(), file); in Dump() local59 if (length_read > 0) in Dump()60 strm.Write (file_contents.data(), length_read); in Dump()