Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgsubprocess.c73 proc = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, error); in test_noop()
128 proc = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, error); in test_noop_no_wait()
162 proc = g_subprocess_new (G_SUBPROCESS_FLAGS_NONE, error, "true", NULL); in test_search_path()
181 proc = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, error); in test_exit1()
239 proc = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, error); in test_exit1_cancel()
294 proc = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, error); in test_exit1_cancel_in_cb()
1302 proc = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, error); in test_terminate()
1342 proc = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, error); in test_signal()
1374 launcher = g_subprocess_launcher_new (G_SUBPROCESS_FLAGS_NONE); in test_env()
1421 launcher = g_subprocess_launcher_new (G_SUBPROCESS_FLAGS_NONE); in test_env_inherit()
[all …]
Dg-file-info-filesystem-readonly.c53 …subprocess = g_subprocess_newv ((const gchar * const *) args->pdata, G_SUBPROCESS_FLAGS_NONE, erro… in run()
Dgapplication.c1023 launcher = g_subprocess_launcher_new (G_SUBPROCESS_FLAGS_NONE); in startup_cb()
/third_party/glib/gio/
Dgioenums.h1947 G_SUBPROCESS_FLAGS_NONE = 0, enumerator
Dgioenumtypes.c1654 { G_SUBPROCESS_FLAGS_NONE, "G_SUBPROCESS_FLAGS_NONE", "none" }, in g_subprocess_flags_get_type()