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

/external/dbus/dbus/
H A Ddbus-object-tree.c573 const char **parent_path,
579 _dbus_assert (parent_path != NULL);
584 subtree = lookup_subtree (tree, parent_path);
1041 * the given parent_path. The returned array should be freed with
1045 * @param parent_path the path to list the child handlers of
1051 const char **parent_path,
1057 parent_path,
572 _dbus_object_tree_list_registered_unlocked(DBusObjectTree *tree, const char **parent_path, char ***child_entries) argument
1050 _dbus_object_tree_list_registered_and_unlock(DBusObjectTree *tree, const char **parent_path, char ***child_entries) argument
H A Ddbus-connection.c5828 * the given parent_path. The returned array should be freed with
5832 * @param parent_path the path to list the child handlers of
5838 const char *parent_path,
5844 _dbus_return_val_if_fail (parent_path != NULL, FALSE);
5845 _dbus_return_val_if_fail (parent_path[0] == '/', FALSE);
5848 if (!_dbus_decompose_path (parent_path, strlen (parent_path), &decomposed_path, NULL))
5837 dbus_connection_list_registered(DBusConnection *connection, const char *parent_path, char ***child_entries) argument
/external/opencv3/modules/imgproc/test/
H A Dtest_color.cpp1805 const std::string parent_path = string(ts->get_data_path()) + "/cvtcolor_strict/"; local
1808 std::string full_path = parent_path + image_name;
1828 full_path = parent_path + pattern[i] + image_name;
2092 const std::string parent_path = string(ts->get_data_path()) + "/cvtcolor_strict/"; local
2095 std::string full_path = parent_path + image_name;

Completed in 1049 milliseconds