Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/test/moduletest/common/
Dhilog_base_ndk_test.cpp118 char newChar = rand() % ('z' - 'a') + 'a'; in RandomStringGenerator() local
119 str.append(1, newChar); in RandomStringGenerator()