Searched refs:introspection (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-introspect.h30 char *introspection; member in struct:introspect
H A Dbus-introspect.c35 i->f = open_memstream(&i->introspection, &i->size);
195 r = sd_bus_message_append(q, "s", i->introspection);
210 free(i->introspection);
H A Dtest-bus-introspect.c58 fputs(intro.introspection, stdout);

Completed in 1673 milliseconds