Searched refs:with_crc (Results 1 – 1 of 1) sorted by relevance
143 bool SparseToBuf(sparse_file* sf, std::vector<char>* out, bool with_crc = false) { in SparseToBuf() argument144 int64_t len = sparse_file_len(sf, true, with_crc); in SparseToBuf()156 return !sparse_file_callback(sf, true, with_crc, cb, out); in SparseToBuf()