Home
last modified time | relevance | path

Searched defs:start_block (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/payload_generator/
Dextent_ranges.cc248 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks) { in ExtentForRange()
258 uint64_t start_block = start_bytes / block_size; in ExtentForBytes() local
370 const auto start_block = in GetOverlapExtent() local
Dfull_update_generator.cc159 size_t start_block = i * chunk_blocks; in GenerateOperations() local
Dab_generator_unittest.cc46 uint64_t start_block, in ExtentEquals()
/system/core/fs_mgr/libsnapshot/
Dutility.cpp208 void AppendExtent(RepeatedPtrField<chromeos_update_engine::Extent>* extents, uint64_t start_block, in AppendExtent()
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc116 size_t start_block, in AddExtent()
Dfilesystem_verifier_action_unittest.cc131 size_t start_block, in ZeroRange()
/system/update_engine/scripts/
Dpayload_info_unittest.py74 def __init__(self, start_block, num_blocks): argument
/system/update_engine/update_engine/
Dupdate_metadata.proto110 optional uint64 start_block = 1; field
/system/update_engine/
Dupdate_metadata.proto110 optional uint64 start_block = 1; field
/system/update_engine/scripts/update_payload/
Dchecker_unittest.py146 def NewExtent(start_block, num_blocks): argument