Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/update_engine/
Dupdate_metadata.proto39 optional uint64 start_block = 1; field
/system/core/fs_mgr/libsnapshot/
Dutility.cpp170 void AppendExtent(RepeatedPtrField<chromeos_update_engine::Extent>* extents, uint64_t start_block, in AppendExtent()
/system/update_engine/payload_generator/
Dfull_update_generator.cc159 size_t start_block = i * chunk_blocks; in GenerateOperations() local
Dextent_ranges.cc232 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks) { in ExtentForRange()
242 uint64_t start_block = start_bytes / block_size; in ExtentForBytes() local
Dab_generator_unittest.cc46 uint64_t start_block, in ExtentEquals()
/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c163 OI_UINT start_block = in DecodeBody() local
Dsynthesis-sbc.c414 int16_t* pcm, OI_UINT start_block, in OI_SBC_SynthFrame()
/system/update_engine/
Dupdate_metadata.proto111 optional uint64 start_block = 1; field
/system/update_engine/update_engine/
Dupdate_metadata.proto111 optional uint64 start_block = 1; field
/system/update_engine/scripts/
Dpayload_info_unittest.py74 def __init__(self, start_block, num_blocks): argument
/system/update_engine/scripts/update_payload/
Dchecker_unittest.py146 def NewExtent(start_block, num_blocks): argument