Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/liberror/src/
H A Dlib.rs120 ZeroPartitionTypeGUID { enumerator
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dgpt.rs232 return Err(Error::GptError(GptError::ZeroPartitionTypeGUID { idx })); in check_entries()
1379 let err = Error::GptError(GptError::ZeroPartitionTypeGUID { idx: 2 }); in test_sync_gpt_zero_partition_type_guid()