Lines Matching full:boot_map_size
294 size_t boot_map_size = boot_map.end - boot_map.start;
338 std::vector<uint8_t> remote_contents(boot_map_size);
339 if (!map_file->PreadFully(&remote_contents[0], boot_map_size, boot_map.start)) {
351 zygote_contents.resize(boot_map_size);
352 if (!zygote_map_file->PreadFully(&zygote_contents[0], boot_map_size, boot_map.start)) {