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