OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalid_paths
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
dbus-marshal-validate-util.c
117
const char *
invalid_paths
[] = {
local
256
while (i < (int) _DBUS_N_ELEMENTS (
invalid_paths
))
258
_dbus_string_init_const (&str,
invalid_paths
[i]);
263
_dbus_warn ("Path \"%s\" should have been invalid\n",
invalid_paths
[i]);
Completed in 721 milliseconds