Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/utils/
H A Dstring_utils.h29 constexpr int STRING_BUFFER_SIZE = 4096; variable
33 char buf[STRING_BUFFER_SIZE] = {0}; in AppendFormat()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h62 const uint32_t STRING_BUFFER_SIZE = 4096; variable
240 char buf[STRING_BUFFER_SIZE] = {0}; in AppendFormat()