Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/liberror/src/
H A Dlib.rs125 ZeroPartitionUniqueGUID { enumerator
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dgpt.rs234 return Err(Error::GptError(GptError::ZeroPartitionUniqueGUID { idx })); in check_entries()
1389 let err = Error::GptError(GptError::ZeroPartitionUniqueGUID { idx: 2 }); in test_sync_gpt_zero_partition_unique_guid()