HomeSort by relevance Sort by last modified time
    Searched refs:CDB_CALLSTACK_PREFIX (Results 1 - 2 of 2) sorted by null

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

Completed in 61 milliseconds