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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2886 char* fullMsg = new char[allsizes]; local
2887 strcpy(fullMsg, msgStart);
2889 strcat(fullMsg, delim);
2890 strcat(fullMsg, exceptions[i]);
2893 throw (const char*)fullMsg;

Completed in 122 milliseconds