Searched refs:path7 (Results 1 – 1 of 1) sorted by relevance
/external/dbus/dbus/ |
D | dbus-object-tree.c | 1507 const char *path7[] = { "blah", "boof", "this", "is", "really", "long", NULL }; in object_tree_test_iteration() local 1533 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1543 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1556 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1566 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1578 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1591 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1604 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1617 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1627 _dbus_assert (find_handler (tree, path7, &exact_match) != tree->root && !exact_match); in object_tree_test_iteration() [all …]
|