Searched defs:new_part_chunks (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Dfull_update_generator_unittest.cc86 int64_t new_part_chunks = new_part_conf.size / config_.hard_chunk_size; local
87 EXPECT_EQ(new_part_chunks, static_cast<int64_t>(aops.size()));
88 for (off_t i = 0; i < new_part_chunks; ++i) {

Completed in 269 milliseconds