Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/include/
Dgpt_misc.h22 GPT_ERROR_START_LBA_OVERLAP, enumerator
/external/vboot_reference/tests/
Dcgptlib_test.c755 {GPT_ERROR_START_LBA_OVERLAP, in OverlappedPartitionTest()
762 {GPT_ERROR_START_LBA_OVERLAP, in OverlappedPartitionTest()
764 {GPT_ERROR_START_LBA_OVERLAP, in OverlappedPartitionTest()
768 {GPT_ERROR_START_LBA_OVERLAP, in OverlappedPartitionTest()
772 {GPT_ERROR_START_LBA_OVERLAP, in OverlappedPartitionTest()
774 {GPT_ERROR_START_LBA_OVERLAP, in OverlappedPartitionTest()
782 {GPT_ERROR_START_LBA_OVERLAP, in OverlappedPartitionTest()
/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib_internal.c195 return GPT_ERROR_START_LBA_OVERLAP; in CheckEntries()
464 case GPT_ERROR_START_LBA_OVERLAP: in GptErrorText()