Searched refs:boot_map_size (Results 1 – 1 of 1) sorted by relevance
1574 size_t boot_map_size = boot_map.end - boot_map.start; in DumpImageDiffMap() local1611 if (image_size != boot_map_size) { in DumpImageDiffMap()1614 << ", remote size " << boot_map_size; in DumpImageDiffMap()1622 DCHECK_ALIGNED_PARAM(boot_map_size, MemMap::GetPageSize()); in DumpImageDiffMap()1628 boot_map_size, in DumpImageDiffMap()1633 os << "Failed to allocate anonymous mapping for " << boot_map_size << " bytes.\n"; in DumpImageDiffMap()1636 if (!mem_file->PreadFully(map->Begin(), boot_map_size, boot_map.start)) { in DumpImageDiffMap()1640 *contents = ArrayRef<uint8_t>(map->Begin(), boot_map_size); in DumpImageDiffMap()