Home
last modified time | relevance | path

Searched refs:new_alloc_scratch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Defi_blocks.rs106 Disk::new_alloc_scratch(blk_io).unwrap(), in find_block_devices()
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dlib.rs228 pub fn new_alloc_scratch(mut io: T) -> Result<Self> in new_alloc_scratch() method
439 Self::new_alloc_scratch(ram_blk) in new_ram_alloc()