Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgspawn-win32.c451 GError *conv_error = NULL; in do_spawn_directly() local
457 wargv0 = g_utf8_to_utf16 (argv[0], -1, NULL, NULL, &conv_error); in do_spawn_directly()
462 conv_error->message); in do_spawn_directly()
463 g_error_free (conv_error); in do_spawn_directly()
468 if (!utf8_charv_to_wcharv (new_argv, &wargv, &conv_error_index, &conv_error)) in do_spawn_directly()
472 conv_error_index, conv_error->message); in do_spawn_directly()
473 g_error_free (conv_error); in do_spawn_directly()
479 if (!utf8_charv_to_wcharv (envp, &wenvp, NULL, &conv_error)) in do_spawn_directly()
483 conv_error->message); in do_spawn_directly()
484 g_error_free (conv_error); in do_spawn_directly()
[all …]