HomeSort by relevance Sort by last modified time
    Searched refs:CuAssertIntEquals_LineMsg (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/cil/test/unit/
CuTest.h 87 void CuAssertIntEquals_LineMsg(CuTest* tc,
105 #define CuAssertIntEquals(tc,ex,ac) CuAssertIntEquals_LineMsg((tc),__FILE__,__LINE__,NULL,(ex),(ac))
106 #define CuAssertIntEquals_Msg(tc,ms,ex,ac) CuAssertIntEquals_LineMsg((tc),__FILE__,__LINE__,(ms),(ex),(ac))
CuTest.c 228 void CuAssertIntEquals_LineMsg(CuTest* tc, const char* file, int line, const char* message,

Completed in 47 milliseconds