Searched refs:boot_image_info (Results 1 – 2 of 2) sorted by relevance
70 BootImageInfo& boot_image_info = boot_image_info_list.emplace_back(); local71 boot_image_info.component_count = image_space->GetComponentCount();74 &boot_image_info.checksum);143 BootImageInfo& boot_image_info = boot_image_info_list.emplace_back(); in GetBootImageInfoList() local144 boot_image_info.component_count = chunk.component_count; in GetBootImageInfoList()146 chunk.component_count, chunk.checksum, &boot_image_info.checksum); in GetBootImageInfoList()
779 const OatFileAssistantContext::BootImageInfo& boot_image_info = in ValidateBootClassPathChecksums() local781 if (!ConsumePrefix(&oat_checksums, boot_image_info.checksum)) { in ValidateBootClassPathChecksums()784 boot_image_info.checksum.c_str()); in ValidateBootClassPathChecksums()788 bcp_index += boot_image_info.component_count; in ValidateBootClassPathChecksums()