Home | History | Annotate | Download | only in tests

Lines Matching defs:ins

387   GFileInputStream *ins;
446 ins = g_file_read (child, NULL, &error);
447 g_assert (ins != NULL);
457 g_input_stream_read (G_INPUT_STREAM (ins), buffer + total_read,
467 res = g_input_stream_close (G_INPUT_STREAM (ins), NULL, &error);
474 g_object_unref (ins);