Home
last modified time | relevance | path

Searched refs:ExtentForBytes (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_generation_config_android.cc59 ExtentForBytes(hashtree.data_block_size, 0, hashtree.image_size); in AvbDescriptorCallback()
63 part->verity.hash_tree_extent = ExtentForBytes( in AvbDescriptorCallback()
67 ExtentForBytes(hashtree.data_block_size, 0, hashtree.fec_offset); in AvbDescriptorCallback()
68 part->verity.fec_extent = ExtentForBytes( in AvbDescriptorCallback()
212 ExtentForBytes(block_size, ecc_data.start, header->fec_size); in LoadVerityConfig()
Dextent_ranges.h44 Extent ExtentForBytes(uint64_t block_size,
Dboot_img_filesystem.cc65 file.extents = {ExtentForBytes(kBlockSize, offset, size)}; in GetFile()
Dsquashfs_filesystem.cc142 file.extents = {ExtentForBytes(kBlockSize, start, cur_offset - start)}; in Init()
187 vector<Extent> full = {ExtentForBytes(kBlockSize, 0, size_)}; in Init()
Dextent_ranges.cc240 Extent ExtentForBytes(uint64_t block_size, in ExtentForBytes() function
/system/update_engine/payload_consumer/
Dbzip_extent_writer_unittest.cc98 vector<Extent> extents = {ExtentForBytes(kBlockSize, 0, kDecompressedLength)}; in TEST_F()