Searched refs:G_SPAWN_ERROR_NOENT (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/ |
D | gspawn-private.h | 59 return G_SPAWN_ERROR_NOENT; in _g_spawn_exec_err_to_g_error()
|
D | gspawn.h | 79 G_SPAWN_ERROR_NOENT, /* "" "" ENOENT */ enumerator
|
D | gspawn-win32.c | 391 g_set_error (error, G_SPAWN_ERROR, G_SPAWN_ERROR_NOENT, in set_child_error()
|
/third_party/gstreamer/gstreamer/tests/validate/ |
D | gst-tester.c | 195 if (g_error_matches (err, G_SPAWN_ERROR, G_SPAWN_ERROR_NOENT)) { in main()
|
/third_party/glib/glib/tests/ |
D | spawn-singlethread.c | 419 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()
|