Searched refs:str2 (Results 1 – 2 of 2) sorted by relevance
45 const char *str2 = "cd"; in TEST() local47 debugDump.print("%s", str2); in TEST()52 strcat(bothStr, str2); in TEST()75 const char *str2 = "bc"; in TEST() local79 debugDump.print("%s", str2); in TEST()87 const char *str2 = "bc"; in TEST() local89 debugDump.print("%s", str2); in TEST()93 EXPECT_TRUE(strcmp(buffers.back().get(), str2) == 0); in TEST()118 const char *str2 = "cd"; in TEST() local122 debugDump.print("%s", str2); in TEST()[all …]
262 const char *str2 = "str2"; in TEST() local266 logBufferFrom.handleLog(LogBufferLogLevel::INFO, 0, str2); in TEST()276 ASSERT_TRUE(strcmp(outBuffer + kBytesBeforeLogData, str2) == 0); in TEST()