Home
last modified time | relevance | path

Searched refs:DEFAULT_STRING_BUF_SIZE (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h74 constexpr const int DEFAULT_STRING_BUF_SIZE = 4096; variable
195 char bytes[DEFAULT_STRING_BUF_SIZE]; in StringPrintf()
196 bytes[DEFAULT_STRING_BUF_SIZE - 1] = '\0'; in StringPrintf()
203 if (snprintf_s(bytes, sizeof(bytes), DEFAULT_STRING_BUF_SIZE - 1, stringFormat, args...) < 0) { in StringPrintf()
/developtools/profiler/device/plugins/native_daemon/src/
H A Ddebug_logger.cpp83 constexpr const int DEFAULT_STRING_BUF_SIZE = 4096; in Log() local
97 std::string buffer(DEFAULT_STRING_BUF_SIZE, '\0'); in Log()
/developtools/hiperf/include/
H A Dutilities.h73 constexpr const int DEFAULT_STRING_BUF_SIZE = 4096; variable
195 char bytes[DEFAULT_STRING_BUF_SIZE]; in StringPrintf()
196 bytes[DEFAULT_STRING_BUF_SIZE - 1] = '\0'; in StringPrintf()
/developtools/hiperf/src/
H A Ddebug_logger.cpp83 constexpr const int DEFAULT_STRING_BUF_SIZE = 4096; in Log() local
97 std::string buffer(DEFAULT_STRING_BUF_SIZE, '\0'); in Log()

Completed in 3 milliseconds