Home
last modified time | relevance | path

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

/third_party/glib/tests/
Dspawn-test.c52 gchar full_cmdline[1000] = {0}; in run_tests() local
172 g_snprintf (full_cmdline, sizeof (full_cmdline), "'%s' 1", spawn_binary); in run_tests()
173 if (!g_spawn_command_line_async (full_cmdline, &err)) in run_tests()
181 g_snprintf (full_cmdline, sizeof (full_cmdline), "'%s' 2", spawn_binary); in run_tests()
182 if (!g_spawn_command_line_sync (full_cmdline, in run_tests()
216 …g_snprintf (full_cmdline, sizeof (full_cmdline), "'%s' this-should-be-argv-zero print_argv0", spaw… in run_tests()
217 if (!g_shell_parse_argv (full_cmdline, NULL, &argv, &err)) in run_tests()
253 …g_snprintf (full_cmdline, sizeof (full_cmdline), "'%s' pipes %d %d", spawn_binary, pipedown[0], pi… in run_tests()
254 if (!g_shell_parse_argv (full_cmdline, in run_tests()