Home
last modified time | relevance | path

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

/system/chre/platform/tests/
Dlog_buffer_test.cc114 std::string testLogStrStr(1025, 'a'); in TEST() local
118 logBuffer.handleLog(LogBufferLogLevel::INFO, 0, testLogStrStr.c_str()); in TEST()
139 std::string testLogStrStr(100, 'a' + i); in TEST() local
140 const char *testLogStr = testLogStrStr.c_str(); in TEST()
232 std::string testLogStrStr(94, 'a'); in TEST() local
233 const char *testLogStr = testLogStrStr.c_str(); in TEST()
237 std::string testLogStrStr(11, 'a'); in TEST() local
238 const char *testLogStr = testLogStrStr.c_str(); in TEST()