Searched refs:subtree_path (Results 1 – 1 of 1) sorted by relevance
7120 gchar *subtree_path; in distribute_method_call() local7128 subtree_path = g_strdup (path); in distribute_method_call()7129 needle = strrchr (subtree_path, '/'); in distribute_method_call()7130 if (needle != NULL && needle != subtree_path) in distribute_method_call()7136 g_free (subtree_path); in distribute_method_call()7137 subtree_path = NULL; in distribute_method_call()7174 if (subtree_path != NULL) in distribute_method_call()7176 es = g_hash_table_lookup (connection->map_object_path_to_es, subtree_path); in distribute_method_call()7197 g_free (subtree_path); in distribute_method_call()