Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp48 #define BUF_SZ_SMALL 256 macro
102 for (unsigned int i = 0; i < logContext.length(); i += BUF_SZ_SMALL) { in CrashLocalUnwind()
103 PrintLog(fd, "%s", logContext.substr(i, BUF_SZ_SMALL).c_str()); in CrashLocalUnwind()