Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgspawn-win32.c566 wchar_t *whelper, **wargv, **wenvp; in fork_exec() local
785 whelper = g_utf8_to_utf16 (helper_process, -1, NULL, NULL, NULL); in fork_exec()
789 rc = _wspawnvpe (P_NOWAIT, whelper, (const wchar_t **) wargv, (const wchar_t **) wenvp); in fork_exec()
791 rc = _wspawnvp (P_NOWAIT, whelper, (const wchar_t **) wargv); in fork_exec()
795 g_free (whelper); in fork_exec()