Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgspawn-private.h59 return G_SPAWN_ERROR_NOENT; in _g_spawn_exec_err_to_g_error()
Dgspawn.h79 G_SPAWN_ERROR_NOENT, /* "" "" ENOENT */ enumerator
Dgspawn-win32.c391 g_set_error (error, G_SPAWN_ERROR, G_SPAWN_ERROR_NOENT, in set_child_error()
/third_party/gstreamer/gstreamer/tests/validate/
Dgst-tester.c195 if (g_error_matches (err, G_SPAWN_ERROR, G_SPAWN_ERROR_NOENT)) { in main()
/third_party/glib/glib/tests/
Dspawn-singlethread.c419 g_assert_error (error, G_SPAWN_ERROR, G_SPAWN_ERROR_NOENT); in test_spawn_nonexistent()
475 g_assert_error (local_error, G_SPAWN_ERROR, G_SPAWN_ERROR_NOENT); in test_spawn_fd_assignment_clash()