Home | History | Annotate | Download | only in bus

Lines Matching refs:config_file

119 check_two_config_files (const DBusString *config_file,
122 if (_dbus_string_get_length (config_file) > 0)
125 extra_arg, _dbus_string_get_const_data (config_file));
265 DBusString config_file;
279 if (!_dbus_string_init (&config_file))
319 check_two_config_files (&config_file, "system");
321 if (!_dbus_append_system_config_file (&config_file))
326 check_two_config_files (&config_file, "session");
328 if (!_dbus_append_session_config_file (&config_file))
335 check_two_config_files (&config_file, "config-file");
340 if (!_dbus_string_append (&config_file, file))
346 check_two_config_files (&config_file, "config-file");
348 if (!_dbus_string_append (&config_file, arg))
435 if (_dbus_string_get_length (&config_file) == 0)
492 context = bus_context_new (&config_file, force_fork,
497 _dbus_string_free (&config_file);