Home
last modified time | relevance | path

Searched refs:destStart (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.c104 int destStart = ((DOMAIN_ID_LENGTH - len) > 0) ? (DOMAIN_ID_LENGTH - len) : 0; in SetOutputDomain() local
108 if (strncpy_s(g_hiviewConfig.logOutputModule + destStart, modSize - destStart, mod + sourceStart, copyLen) != 0) { in SetOutputDomain()

Completed in 2 milliseconds