Searched refs:init_boot_header_buffer (Results 1 – 1 of 1) sorted by relevance
331 let init_boot_header_buffer = &mut load[..PAGE_SIZE]; in load_android_simple() localVariable334 ops.read_from_partition_sync("init_boot_a", 0, init_boot_header_buffer)?; in load_android_simple()336 BootImage::parse(init_boot_header_buffer).map_err(Error::from)?; in load_android_simple()