Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/firmware/include/
H A Dgpt_misc.h209 int GetEntryErrorCounter(const GptEntry *e);
/aosp_15_r20/external/vboot_reference/tests/
H A Dcgptlib_test.c1180 EXPECT(1 == GetEntryErrorCounter(e)); in EntryAttributeGetSetTest()
1184 EXPECT(0 == GetEntryErrorCounter(e)); in EntryAttributeGetSetTest()
1192 EXPECT(1 == GetEntryErrorCounter(e)); in EntryAttributeGetSetTest()
1200 EXPECT(1 == GetEntryErrorCounter(e)); in EntryAttributeGetSetTest()
/aosp_15_r20/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c408 int GetEntryErrorCounter(const GptEntry *e) in GetEntryErrorCounter() function
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_common.c853 return GetEntryErrorCounter(entry); in GetErrorCounter()