Home
last modified time | relevance | path

Searched refs:_dbus_write_pid_to_file_and_pipe (Results 1 – 5 of 5) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-util-unix.c142 if (!_dbus_write_pid_to_file_and_pipe (pidfile, print_pid_pipe, in _dbus_become_daemon()
230 _dbus_write_pid_to_file_and_pipe (const DBusString *pidfile, in _dbus_write_pid_to_file_and_pipe() function
Ddbus-sysdeps.h421 dbus_bool_t _dbus_write_pid_to_file_and_pipe (const DBusString *pidfile,
Ddbus-sysdeps-util-win.c167 _dbus_write_pid_to_file_and_pipe (const DBusString *pidfile, in _dbus_write_pid_to_file_and_pipe() function
/external/dbus/bus/
Dbus.c886 if (!_dbus_write_pid_to_file_and_pipe (context->pidfile ? &u : NULL, in bus_context_new()
/external/dbus/
DChangeLog.pre-1-2582 (_dbus_write_pid_to_file_and_pipe): factor this out, and use the