Home | History | Annotate | Download | only in tests

Lines Matching full:input_stream

890   GFileInputStream *input_stream;
914 input_stream = g_file_read (child, NULL, &error);
920 g_assert (input_stream == NULL);
925 g_assert (input_stream == NULL);
930 g_assert (input_stream != NULL);
937 if (input_stream)
941 g_input_stream_close (G_INPUT_STREAM (input_stream), NULL,