Searched refs:helper_process (Results 1 – 1 of 1) sorted by relevance
565 gchar *helper_process; in fork_exec() local629 helper_process = HELPER_PROCESS "-console.exe"; in fork_exec()631 helper_process = HELPER_PROCESS ".exe"; in fork_exec()636 helper_process = g_build_filename (glib_dll_directory, helper_process, NULL); in fork_exec()640 helper_process = g_strdup (helper_process); in fork_exec()642 new_argv[0] = protect_argv_string (helper_process); in fork_exec()744 g_print ("calling %s with argv:\n", helper_process); in fork_exec()764 g_free (helper_process); in fork_exec()779 g_free (helper_process); in fork_exec()785 whelper = g_utf8_to_utf16 (helper_process, -1, NULL, NULL, NULL); in fork_exec()[all …]