Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.c883 static char *test_trap_last_subprocess = NULL; variable
3238 g_clear_pointer (&test_trap_last_subprocess, g_free); in test_trap_clear()
3641 test_trap_last_subprocess = g_strdup (test_path); in g_test_trap_subprocess()
3819 if (test_trap_last_subprocess != NULL) in g_test_trap_assertions()
3821 process_id = g_strdup_printf ("%s [%d]", test_trap_last_subprocess, in g_test_trap_assertions()
3827 if (test_trap_last_subprocess != NULL) in g_test_trap_assertions()
3828 process_id = g_strdup (test_trap_last_subprocess); in g_test_trap_assertions()