OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBUS_ERROR_IO_ERROR
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-protocol.h
360
#define
DBUS_ERROR_IO_ERROR
"org.freedesktop.DBus.Error.IOError"
dbus-nonce.c
63
dbus_set_error (error,
DBUS_ERROR_IO_ERROR
, "Could not read nonce from socket (fd=%d)", fd );
72
dbus_set_error (error,
DBUS_ERROR_IO_ERROR
, "Could not read nonce from socket (fd=%d)", fd );
dbus-errors.c
96
else if (strcmp (error,
DBUS_ERROR_IO_ERROR
) == 0)
dbus-sysdeps-win.c
[
all
...]
dbus-sysdeps-unix.c
[
all
...]
Completed in 25 milliseconds