Home
last modified time | relevance | path

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

/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()
/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()

Completed in 2 milliseconds