Searched refs:path6 (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-object-tree.c1506 const char *path6[] = { "blah", "boof", NULL }; local
1532 _dbus_assert (!find_subtree (tree, path6, NULL));
1542 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1555 _dbus_assert (!find_subtree (tree, path6, NULL));
1565 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1577 _dbus_assert (!find_subtree (tree, path6, NULL));
1590 _dbus_assert (!find_subtree (tree, path6, NULL));
1603 _dbus_assert (!find_subtree (tree, path6, NULL));
1616 _dbus_assert (!find_subtree (tree, path6, NULL));
1626 _dbus_assert (find_handler (tree, path6,
[all...]

Completed in 57 milliseconds