Home | History | Annotate | Download | only in bus

Lines Matching refs:pidfile

45   char *pidfile;
267 const char *user, *pidfile;
284 pidfile = bus_config_parser_get_pidfile (parser);
285 if (pidfile != NULL)
290 _dbus_string_init_const (&u, pidfile);
296 pidfile);
302 context->pidfile = _dbus_strdup (pidfile);
689 if (context->pidfile)
690 _dbus_string_init_const (&u, context->pidfile);
692 if (!_dbus_become_daemon (context->pidfile ? &u : NULL,
709 if (context->pidfile != NULL)
713 _dbus_string_init_const (&u, context->pidfile);
778 * as soon as we've set up our sockets and pidfile
954 if (context->pidfile)
957 _dbus_string_init_const (&u, context->pidfile);
964 dbus_free (context->pidfile);