Searched refs:mock_count (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/tests/
H A Drollback_index2_tests.c40 * call, mock_count is incremented. If mock_count==fail_at_count, return
43 static int mock_count = 0; variable
63 mock_count = 0;
92 return (++mock_count == fail_at_count) ? fail_with_error : TPM_SUCCESS;
98 return (++mock_count == fail_at_count) ? fail_with_error : TPM_SUCCESS;
104 return (++mock_count == fail_at_count) ? fail_with_error : TPM_SUCCESS;
110 return (++mock_count == fail_at_count) ? fail_with_error : TPM_SUCCESS;
116 return (++mock_count == fail_at_count) ? fail_with_error : TPM_SUCCESS;
122 return (++mock_count
[all...]

Completed in 84 milliseconds