Searched defs:retSize (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | log.cpp | 26 const int retSize = vsnprintf_s(buf, sizeof(buf), sizeof(buf) - 1, msg, vaArgs); in PrintLogEx() local
|
| /developtools/hdc/credential/ |
| D | credential_base.cpp | 104 const int retSize = vsnprintf_s( in StringFormat() local
|
| /developtools/hdc/hdc_rust/src/cffi/host/ |
| D | host_usb.cpp | 33 …const int retSize = vsnprintf_s(args.data(), MAX_SIZE_IOBUF, MAX_SIZE_IOBUF - 1, formater, vaArgs); in StringFormat() local
|
| /developtools/hdc/src/common/ |
| D | base.cpp | 630 const int retSize = vsnprintf_s(buf, sizeof(buf), sizeof(buf) - 1, msg, vaArgs); in PrintLogEx() local 1950 const int retSize = vsnprintf_s( in StringFormat() local
|