Searched refs:CuFail_Line (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | CuTest.c | 183 void CuFail_Line(CuTest* tc, const char* file, int line, const char* message2, const char* message) in CuFail_Line() function 200 CuFail_Line(tc, file, line, NULL, message); in CuAssert_Line() 234 CuFail_Line(tc, file, line, message, buf); in CuAssertIntEquals_LineMsg() 244 CuFail_Line(tc, file, line, message, buf); in CuAssertDblEquals_LineMsg() 253 CuFail_Line(tc, file, line, message, buf); in CuAssertPtrEquals_LineMsg()
|
D | CuTest.h | 82 void CuFail_Line(CuTest* tc, const char* file, int line, const char* message2, const char* message); 99 #define CuFail(tc, ms) CuFail_Line( (tc), __FILE__, __LINE__, NULL, (ms))
|