Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dstring_utils.cpp48 int nWritten = vsnprintf_s(&vBuffer[0], nLength + 1, nLength, fmt, args); in FormatString() local
49 if (nWritten > 0) { in FormatString()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dprocess_group_util.cpp42 int nWritten = vsnprintf_s(buffer, FMT_STR_BUFF_LEN, FMT_STR_BUFF_LEN - 1, fmt, vararg); in FormatString() local
43 if (nWritten > 0) { in FormatString()
44 strResult.append(buffer, 0, nWritten); in FormatString()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp77 int nWritten = vsnprintf_s(&vBuffer[0], nLength + 1, nLength, fmt, args); in FormatString() local
78 if (nWritten > 0) { in FormatString()