Home | History | Annotate | Download | only in bus

Lines Matching full:config_file

51   char *config_file;
706 bus_context_new (const DBusString *config_file,
740 if (!_dbus_string_copy_data (config_file, &context->config_file))
760 parser = bus_config_load (config_file, TRUE, NULL, error);
977 DBusString config_file;
984 _dbus_string_init_const (&config_file, context->config_file);
985 parser = bus_config_load (&config_file, TRUE, NULL, error);
1118 dbus_free (context->config_file);