Home
last modified time | relevance | path

Searched defs:retSize (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
Dlog.cpp26 const int retSize = vsnprintf_s(buf, sizeof(buf), sizeof(buf) - 1, msg, vaArgs); in PrintLogEx() local
Dbase.cpp21 …const int retSize = vsnprintf_s(args.data(), GetMaxBufSize(), GetMaxBufSize() - 1, formater, vaArg… in StringFormat() local
Dusb_util.cpp64 …const int retSize = vsnprintf_s(args.data(), MAX_SIZE_IOBUF, MAX_SIZE_IOBUF - 1, formater, vaArgs); in StringFormat() local
/developtools/hdc/src/common/
Dbase.cpp205 const int retSize = vsnprintf_s(buf, sizeof(buf), sizeof(buf) - 1, msg, vaArgs); in PrintLogEx() local
1358 … const int retSize = vsnprintf_s(args.data(), GetMaxBufSize(), args.size() - 1, formater, vaArgs); in StringFormat() local