Searched defs:path7 (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-object-tree.c1507 const char *path7[] = { "blah", "boof", "this", "is", "really", "long", NULL }; local
1533 _dbus_assert (!find_subtree (tree, path7, NULL));
1543 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match);
1556 _dbus_assert (!find_subtree (tree, path7, NULL));
1566 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match);
1578 _dbus_assert (!find_subtree (tree, path7, NULL));
1591 _dbus_assert (!find_subtree (tree, path7, NULL));
1604 _dbus_assert (!find_subtree (tree, path7, NULL));
1617 _dbus_assert (!find_subtree (tree, path7, NULL));
1627 _dbus_assert (find_handler (tree, path7,
[all...]

Completed in 21 milliseconds