Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Denvironment.c75 env = g_environ_setenv (env, "foo", "bar", TRUE); in test_environ_array()
79 env = g_environ_setenv (env, "foo2", "bar2", FALSE); in test_environ_array()
85 env = g_environ_setenv (env, "foo", "x", FALSE); in test_environ_array()
89 env = g_environ_setenv (env, "foo", "x", TRUE); in test_environ_array()
111 env = g_environ_setenv (NULL, "foo", "bar", TRUE); in test_environ_null()
127 env = g_environ_setenv (env, "foo", "bar", TRUE); in test_environ_case()
138 env = g_environ_setenv (env, "FOO", "x", TRUE); in test_environ_case()
Dspawn-path-search.c41 envp = g_environ_setenv (envp, "PATH", subdir, TRUE); in test_do_not_search()
93 envp = g_environ_setenv (envp, "PATH", subdir, TRUE); in test_search_path()
146 envp = g_environ_setenv (envp, "PATH", here, TRUE); in test_search_path_from_envp()
201 envp = g_environ_setenv (envp, "PATH", here, TRUE); in test_search_path_ambiguous()
330 envp = g_environ_setenv (envp, "PATH", subdir, TRUE); in test_search_path_fallback_in_envp()
391 envp = g_environ_setenv (envp, "PATH", long_path, TRUE); in test_search_path_heap_allocation()
Dspawn-path-search-helper.c118 envp = g_environ_setenv (envp, "PATH", set_path_in_envp, TRUE); in main()
/third_party/glib/gio/tests/
Ddesktop-app-info.c422 envp = g_environ_setenv (envp, "XDG_DATA_DIRS", tmp, TRUE); in run_apps()
426 envp = g_environ_setenv (envp, "XDG_DATA_DIRS", "/does-not-exist", TRUE); in run_apps()
431 envp = g_environ_setenv (envp, "XDG_DATA_HOME", tmp, TRUE); in run_apps()
435 envp = g_environ_setenv (envp, "XDG_DATA_HOME", "/does-not-exist", TRUE); in run_apps()
438 envp = g_environ_setenv (envp, "LC_ALL", locale_name, TRUE); in run_apps()
440 envp = g_environ_setenv (envp, "LC_ALL", "C", TRUE); in run_apps()
443 envp = g_environ_setenv (envp, "LANGUAGE", language, TRUE); in run_apps()
448 envp = g_environ_setenv (envp, "XDG_CURRENT_DESKTOP", xdg_current_desktop, TRUE); in run_apps()
452 envp = g_environ_setenv (envp, "G_MESSAGES_DEBUG", "", TRUE); in run_apps()
Dgapplication.c103 env = g_environ_setenv (g_get_environ (), "TEST", "1", TRUE);
/third_party/glib/glib/
Dgenviron.h53 gchar ** g_environ_setenv (gchar **envp,
Dgenviron.c133 g_environ_setenv (gchar **envp, in g_environ_setenv() function
/third_party/glib/gio/
Dgsubprocesslauncher.c271 self->envp = g_environ_setenv (self->envp, variable, value, overwrite); in g_subprocess_launcher_setenv()
Dgappinfo.c1220 g_environ_setenv (context->priv->envp, variable, value, TRUE); in g_app_launch_context_setenv()
Dgdesktopappinfo.c2806 envp = g_environ_setenv (envp, in g_desktop_app_info_launch_uris_with_spawn()
2822 envp = g_environ_setenv (envp, "DESKTOP_STARTUP_ID", sn_id, TRUE); in g_desktop_app_info_launch_uris_with_spawn()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1970 envp = g_environ_setenv (envp, "LESS", less, TRUE); in redirect_stdout()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2139 g_environ_setenv