Home | History | Annotate | Download | only in dbus

Lines Matching defs:bytes

192       int bytes;
210 bytes = _dbus_string_get_length (&pid);
211 if (_dbus_pipe_write (print_pid_pipe, &pid, 0, bytes, error) != bytes)
217 "Printing message bus PID: did not write enough bytes\n");