Searched refs:CuAssert_Line (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | CuTest.h | 83 void CuAssert_Line(CuTest* tc, const char* file, int line, const char* message, int condition); 100 #define CuAssert(tc, ms, cond) CuAssert_Line((tc), __FILE__, __LINE__, (ms), (cond)) 101 #define CuAssertTrue(tc, cond) CuAssert_Line((tc), __FILE__, __LINE__, "assert faile… 112 #define CuAssertPtrNotNull(tc,p) CuAssert_Line((tc),__FILE__,__LINE__,"null pointer unexpect… 113 #define CuAssertPtrNotNullMsg(tc,msg,p) CuAssert_Line((tc),__FILE__,__LINE__,(msg),(p != NULL))
|
D | CuTest.c | 197 void CuAssert_Line(CuTest* tc, const char* file, int line, const char* message, int condition) in CuAssert_Line() function
|