Home
last modified time | relevance | path

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

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