Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_builder.cpp85 char buf[StringHelper::lineMaxSize] = {0}; in AppendFormat()
86 …int len = vsnprintf_s(buf, StringHelper::lineMaxSize, StringHelper::lineMaxSize - 1, format, args); in AppendFormat()
Dstring_helper.cpp163 char buf[lineMaxSize] = {0}; in Format()
164 int len = vsnprintf_s(buf, lineMaxSize, lineMaxSize - 1, format, args); in Format()
Dstring_helper.h47 static constexpr size_t lineMaxSize = 1024; // 1KB variable