Searched refs:use_crc (Results 1 – 3 of 3) sorted by relevance
/system/core/libsparse/ |
D | output_file.cpp | 80 int use_crc; member 363 if (out->use_crc) { in write_sparse_fill_chunk() 398 if (out->use_crc) { in write_sparse_data_chunk() 413 if (out->use_crc) { in write_sparse_end_chunk() 513 out->use_crc = crc; in output_file_init() 546 if (out->use_crc) { in output_file_init()
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 249 size_t current, size_t total, bool use_crc, std::string* response, in Download() argument 253 auto result = Download(s, use_crc, response, info); in Download() 258 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download() argument 261 int64_t size = sparse_file_len(s, true, use_crc); in Download() 285 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
|
D | fastboot_driver.h | 89 size_t current, size_t total, bool use_crc, std::string* response = nullptr, 91 RetCode Download(sparse_file* s, bool use_crc = false, std::string* response = nullptr,
|