Home
last modified time | relevance | path

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

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