Home
last modified time | relevance | path

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

/base/security/device_security_level/services/dfx/
Ddslm_hidumper.c36 #define COST_STRING_LEN 64 macro
72 static char costBuff[COST_STRING_LEN] = {0}; in GetCostTime()
82 if (snprintf_s(costBuff, COST_STRING_LEN, COST_STRING_LEN - 1, "(cost %ums)", cost) < 0) { in GetCostTime()