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

/systemd/src/libsystemd/sd-bus/
H A Dbusctl-introspect.c203 _cleanup_free_ char *node_path = NULL, *argument_type = NULL, *argument_direction = NULL; local
260 r = context->ops->on_path(node_path ? node_path : np, context->userdata);
278 free(node_path);
281 node_path = name;
286 node_path = strappend(prefix, name);
288 node_path = strjoin(prefix, "/", name, NULL);
289 if (!node_path)
293 np = node_path;

Completed in 27 milliseconds