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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_dbg.h95 char gDebugAssertStr[255]; variable
97 sprintf(gDebugAssertStr,"Oops - File "__FILE__", line %d: assertion '%s' failed.\n", __LINE__, #a); \
98 Debugger(gDebugAssertStr); } }

Completed in 75 milliseconds