Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgioenums.h1953 G_SUBPROCESS_FLAGS_STDERR_SILENCE = (1u << 5), enumerator
Dgsubprocesslauncher.c40 G_SUBPROCESS_FLAGS_STDERR_SILENCE | \
Dgsubprocess.c359 if (self->flags & G_SUBPROCESS_FLAGS_STDERR_SILENCE) in initable_init()
Dgioenumtypes.c1660 … { G_SUBPROCESS_FLAGS_STDERR_SILENCE, "G_SUBPROCESS_FLAGS_STDERR_SILENCE", "stderr-silence" }, in g_subprocess_flags_get_type()
/third_party/glib/gio/tests/
Dgsubprocess.c111 G_SUBPROCESS_FLAGS_STDOUT_SILENCE | G_SUBPROCESS_FLAGS_STDERR_SILENCE, in test_noop_all_to_null()