Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/common/
Ddfx_define.h51 static const int SYMBOL_BUF_SIZE = 1024; variable
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddwarf_unwinder.cpp122 if ((map != nullptr) && (strlen(map->path) < SYMBOL_BUF_SIZE - 1)) { in UnwindWithContext()