Searched refs:DBUS_ERROR_FILE_NOT_FOUND (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-protocol.h388 #define DBUS_ERROR_FILE_NOT_FOUND "org.freedesktop.DBus.Error.FileNotFound" macro
H A Ddbus-errors.c124 else if (strcmp (error, DBUS_ERROR_FILE_NOT_FOUND) == 0)
H A Ddbus-nonce.c121 dbus_set_error (error, DBUS_ERROR_FILE_NOT_FOUND, "Could not read nonce from file %s", _dbus_string_get_const_data (fname));
H A Ddbus-sysdeps.c691 return DBUS_ERROR_FILE_NOT_FOUND;
H A Ddbus-sysdeps-win.c132 return DBUS_ERROR_FILE_NOT_FOUND;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A Dclient.c599 if (strcmp(error.name, DBUS_ERROR_FILE_NOT_FOUND) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dclient.c599 if (strcmp(error.name, DBUS_ERROR_FILE_NOT_FOUND) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser.c2137 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_FILE_NOT_FOUND) &&

Completed in 52 milliseconds