Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp108 static void SetPadAlign(std::string &name, char padChar, int32_t size) in SetPadAlign() argument
113 name.append(padCnt, padChar); in SetPadAlign()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c282 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) \ argument
285 *((SecChar *)(void *)(_stream->cur)) = (SecChar)padChar; \
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl122 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) do { \ argument
124 *((SecChar *)(void *)(_stream->cur)) = (SecChar)padChar; \