Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvboot_api_kernel2_tests.c41 static uint32_t mock_switches_count; variable
93 mock_switches_count = 0; in ResetMocks()
131 if (mock_switches_count < ARRAY_SIZE(mock_switches)) in VbExGetSwitches()
132 return mock_switches[mock_switches_count++] & request_mask; in VbExGetSwitches()