Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp230 char toLongContent[MAX_CMD_CONTENT_LEN + 10]; variable
231 int ret = memset_s(toLongContent, MAX_CMD_CONTENT_LEN + 10, 'x', MAX_CMD_CONTENT_LEN + 9);
234 toLongContent[MAX_CMD_CONTENT_LEN + 9] = '\0';
244 toLongContent, strlen(toLongContent));