Home
last modified time | relevance | path

Searched refs:config_dirs (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/shared/
Dconfig-parser.c68 const char *config_dirs = getenv("XDG_CONFIG_DIRS"); in open_config_file() local
98 if (!config_dirs) in open_config_file()
99 config_dirs = "/etc/xdg"; /* See XDG base dir spec. */ in open_config_file()
101 for (p = config_dirs; *p != '\0'; p = next) { in open_config_file()
/third_party/glib/glib/
Dgtestutils.c1434 gchar *config_dirs[3]; in test_do_isolate_dirs() local
1471 config_dirs[0] = g_build_filename (subdir, "system-config1", NULL); in test_do_isolate_dirs()
1472 config_dirs[1] = g_build_filename (subdir, "system-config2", NULL); in test_do_isolate_dirs()
1473 config_dirs[2] = NULL; in test_do_isolate_dirs()
1483 "XDG_CONFIG_DIRS", config_dirs, in test_do_isolate_dirs()
1497 g_free (config_dirs[1]); in test_do_isolate_dirs()
1498 g_free (config_dirs[0]); in test_do_isolate_dirs()