Searched defs:CDB_CALLSTACK_PREFIX (Results 1 - 1 of 1) sorted by relevance

/external/skia/tools/
H A Dwin_dbghelp.cpp17 #define CDB_CALLSTACK_PREFIX (18) macro
108 if (strchr(line, '!') != nullptr && strlen(line) > CDB_CALLSTACK_PREFIX) {
109 printf("%s", line + CDB_CALLSTACK_PREFIX); // fgets includes \n already.

Completed in 84 milliseconds