Home
last modified time | relevance | path

Searched refs:DBUS_ERROR_FILE_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance

/external/dbus/dbus/
Ddbus-protocol.h388 #define DBUS_ERROR_FILE_NOT_FOUND "org.freedesktop.DBus.Error.FileNotFound" macro
Ddbus-errors.c122 else if (strcmp (error, DBUS_ERROR_FILE_NOT_FOUND) == 0) in message_from_error()
Ddbus-nonce.c121 …dbus_set_error (error, DBUS_ERROR_FILE_NOT_FOUND, "Could not read nonce from file %s", _dbus_strin… in _dbus_read_nonce()
Ddbus-sysdeps.c989 return DBUS_ERROR_FILE_NOT_FOUND; in _dbus_error_from_errno()
Ddbus-sysdeps-win.c130 return DBUS_ERROR_FILE_NOT_FOUND; in _dbus_win_error_from_last_error()
/external/dbus/bus/
Dconfig-parser.c2122 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_FILE_NOT_FOUND) && in include_file()