Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs612 const OFFSET: u64 = 2112; // Deliberately wrong to test propagation of parameter. in test_writeback() constant
618 sb.partition_offset = OFFSET; in test_writeback()
624 let res = block_dev.read_gpt_partition(PARTITION, OFFSET, &mut read_buffer); in test_writeback()
634 let res = block_dev.read_gpt_partition(PARTITION, OFFSET, &mut read_buffer); in test_writeback()
643 const OFFSET: u64 = 2112; // Deliberately wrong to test propagation of parameter. in test_writeback_with_cursor() constant
652 sb.partition_offset = OFFSET; in test_writeback_with_cursor()
664 let res = block_dev.read_gpt_partition(PARTITION, OFFSET, &mut read_buffer); in test_writeback_with_cursor()