Searched refs:bus_no_memory_message (Results 1 – 2 of 2) sorted by relevance
30 extern const char bus_no_memory_message[];31 …fine BUS_SET_OOM(error) dbus_set_error_const ((error), DBUS_ERROR_NO_MEMORY, bus_no_memory_message)
30 const char bus_no_memory_message[] = "Memory allocation failure in message bus"; variable