Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtester.c301 gint report_pipe[2] = { -1, -1 }; in launch_test_binary() local
306 if (!g_unix_open_pipe (report_pipe, FD_CLOEXEC, &error)) in launch_test_binary()
368 argv[i++] = queue_gfree (&free_list, g_strdup_printf ("--GTestLogFD=%u", report_pipe[1])); in launch_test_binary()
381 unset_cloexec_fdp, &report_pipe[1], /* pre-exec callback */ in launch_test_binary()
390 close (report_pipe[1]); in launch_test_binary()
397 close (report_pipe[0]); in launch_test_binary()
411 if (report_pipe[0] >= 0) in launch_test_binary()
413 ioc_report = g_io_channel_unix_new (report_pipe[0]); in launch_test_binary()
440 close (report_pipe[0]); in launch_test_binary()