Home
last modified time | relevance | path

Searched refs:with_crc (Results 1 – 1 of 1) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp143 bool SparseToBuf(sparse_file* sf, std::vector<char>* out, bool with_crc = false) { in SparseToBuf() argument
144 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()