Searched refs:ExtentForBytes (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_generator/ |
D | payload_generation_config_android.cc | 59 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()
|
D | extent_ranges.h | 44 Extent ExtentForBytes(uint64_t block_size,
|
D | boot_img_filesystem.cc | 65 file.extents = {ExtentForBytes(kBlockSize, offset, size)}; in GetFile()
|
D | squashfs_filesystem.cc | 142 file.extents = {ExtentForBytes(kBlockSize, start, cur_offset - start)}; in Init() 187 vector<Extent> full = {ExtentForBytes(kBlockSize, 0, size_)}; in Init()
|
D | extent_ranges.cc | 240 Extent ExtentForBytes(uint64_t block_size, in ExtentForBytes() function
|
/system/update_engine/payload_consumer/ |
D | bzip_extent_writer_unittest.cc | 98 vector<Extent> extents = {ExtentForBytes(kBlockSize, 0, kDecompressedLength)}; in TEST_F()
|