Searched refs:config_path (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dsession.c173 gchar *config_path = NULL; local
187 config_path = g_build_filename (CONFIG_DIR, "lightdm.conf", NULL);
189 result = g_key_file_load_from_file (config_key_file, config_path, G_KEY_FILE_NONE, &error);
212 g_free (config_path);

Completed in 41 milliseconds