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

/sssd-io/src/sbus/
H A Dsssd_dbus_interface.c119 char *tree_path; local
122 tree_path = talloc_strdup(mem_ctx, object_path);
123 if (tree_path == NULL) {
127 if (!sbus_opath_is_subtree(tree_path)) {
128 return tree_path;
132 len = strlen(tree_path);
133 tree_path[len - 1] = '\0';
134 tree_path[len - 2] = (len - 2 != 0) ? '\0' : '/';
136 return tree_path;

Completed in 12 milliseconds