Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs435 fn pad_bytes(store: &mut Vec<u8>, size: usize, block_size: usize) { in pad_bytes() function
517 BackingStore::Size(s) => pad_bytes(&mut store, *s, block_size), in partitions_to_disk_data()