OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bus_no_memory_message
(Results
1 - 2
of
2
) sorted by null
/external/dbus/bus/
utils.h
30
extern const char
bus_no_memory_message
[];
31
#define BUS_SET_OOM(error) dbus_set_error_const ((error), DBUS_ERROR_NO_MEMORY,
bus_no_memory_message
)
utils.c
30
const char
bus_no_memory_message
[] = "Memory allocation failure in message bus";
variable
Completed in 32 milliseconds