Searched refs:gDebugAssertStr (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_dbg.h94 char gDebugAssertStr[255]; variable
96 snprintf(gDebugAssertStr, sizeof (gDebugAssertStr), "Oops - File "__FILE__", line %d: assertion '%s' failed.\n", __LINE__, #a); \
97 Debugger(gDebugAssertStr); } }

Completed in 27 milliseconds