Searched refs:use_crc (Results 1 – 3 of 3) sorted by relevance
/system/core/libsparse/ |
D | output_file.cpp | 86 int use_crc; member 368 if (out->use_crc) { in write_sparse_fill_chunk() 403 if (out->use_crc) { in write_sparse_data_chunk() 418 if (out->use_crc) { in write_sparse_end_chunk() 514 out->use_crc = crc; in output_file_init() 547 if (out->use_crc) { in output_file_init()
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 234 size_t current, size_t total, bool use_crc, std::string* response, in Download() argument 238 auto result = Download(s, use_crc, response, info); in Download() 243 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download() argument 246 int64_t size = sparse_file_len(s, true, use_crc); in Download() 270 if (sparse_file_callback(s, true, use_crc, cb, &cb_priv) < 0) { in Download()
|
D | fastboot_driver.h | 88 size_t current, size_t total, bool use_crc, std::string* response = nullptr, 90 RetCode Download(sparse_file* s, bool use_crc = false, std::string* response = nullptr,
|