Home
last modified time | relevance | path

Searched refs:file (Results 1 – 4 of 4) sorted by relevance

/hyp/core/util/src/
A Dassert.c23 assert_failed(const char *file, int line, const char *func, const char *err) in assert_failed() argument
31 size_t len = strlen(file); in assert_failed()
33 file_short = file; in assert_failed()
35 file_short = file + len - 64; in assert_failed()
56 assert_failed(const char *file, int line, const char *func, const char *err);
/hyp/interfaces/util/include/
A Dassert.h36 assert_failed(const char *file, int line, const char *func, const char *err);
/hyp/misc/gpt/tests/
A Dhost_tests.c34 assert_failed(const char *file, int line, const char *func, const char *err) in assert_failed() argument
36 printf("Assert failed in %s at %s:%d: %s\n", func, file, line, err); in assert_failed()
/hyp/core/util/tests/
A Dstring.c43 assert_failed(const char *file, int line, const char *func, const char *err) in assert_failed() argument
45 fprintf(stderr, "Assert failed in %s at %s:%d: %s\n", func, file, line, in assert_failed()

Completed in 8 milliseconds