Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgtestutils.c176 gchar *astrings[3] = { NULL, NULL, NULL }; in g_test_log() local
211 msg.strings = astrings; in g_test_log()
212 astrings[0] = (gchar*) string1; in g_test_log()
213 astrings[1] = astrings[0] ? (gchar*) string2 : NULL; in g_test_log()