Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth.c2100 static const DBusAuthCommandName auth_command_names[] = { variable
2117 for (i = 0; i < _DBUS_N_ELEMENTS (auth_command_names); i++) in lookup_command_from_name()
2120 auth_command_names[i].name)) in lookup_command_from_name()
2121 return auth_command_names[i].command; in lookup_command_from_name()