Lines Matching refs:pidfile
56 char *pidfile; member
280 const char *user, *pidfile; in process_config_first_time_only() local
290 pidfile = NULL; in process_config_first_time_only()
307 pidfile = bus_config_parser_get_pidfile (parser); in process_config_first_time_only()
309 if (pidfile != NULL) in process_config_first_time_only()
314 _dbus_string_init_const (&u, pidfile); in process_config_first_time_only()
336 pidfile); in process_config_first_time_only()
345 context->pidfile = _dbus_strdup (pidfile); in process_config_first_time_only()
860 if (context->pidfile) in bus_context_new()
861 _dbus_string_init_const (&u, context->pidfile); in bus_context_new()
868 if (!_dbus_become_daemon (context->pidfile ? &u : NULL, in bus_context_new()
886 if (!_dbus_write_pid_to_file_and_pipe (context->pidfile ? &u : NULL, in bus_context_new()
1126 if (context->pidfile) in bus_context_unref()
1129 _dbus_string_init_const (&u, context->pidfile); in bus_context_unref()
1136 dbus_free (context->pidfile); in bus_context_unref()