Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.c853 static int test_log_fd = -1; variable
935 if (test_log_fd >= 0) in g_test_log_send()
939 r = write (test_log_fd, buffer, n_bytes); in g_test_log_send()
1170 test_log_fd = g_ascii_strtoull (equal + 1, NULL, 0); in parse_args()
1174 test_log_fd = g_ascii_strtoull (argv[i], NULL, 0); in parse_args()
3649 if (test_log_fd != -1) in g_test_trap_subprocess()
3654 g_snprintf (log_fd_buf, sizeof (log_fd_buf), "%d", test_log_fd); in g_test_trap_subprocess()
3660 if (test_log_fd != -1) in g_test_trap_subprocess()