HomeSort by relevance Sort by last modified time
    Searched full:erroutput (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
spawn-test.c 48 gchar *erroutput = NULL; local
107 &output, &erroutput, NULL,
117 g_assert (erroutput != NULL);
126 if (erroutput[0] != '\0')
129 erroutput);
135 g_free (erroutput);
136 erroutput = NULL;
152 &output, &erroutput, NULL,
162 g_assert (erroutput != NULL);
171 if (strcmp (erroutput, "This is stderr\r\n") != 0
    [all...]

Completed in 46 milliseconds