OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CuFail_Line
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/test/unit/
CuTest.c
183
void
CuFail_Line
(CuTest* tc, const char* file, int line, const char* message2, const char* message)
200
CuFail_Line
(tc, file, line, NULL, message);
234
CuFail_Line
(tc, file, line, message, buf);
244
CuFail_Line
(tc, file, line, message, buf);
253
CuFail_Line
(tc, file, line, message, buf);
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))
Completed in 33 milliseconds