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

/systemd/src/shared/
H A Dbus-util.h190 int bus_path_encode_unique(sd_bus *b, const char *prefix, const char *sender_id, const char *external_id, char **ret_path);
H A Dbus-util.c2210 * bus_path_encode_unique() - encode unique object path
2246 int bus_path_encode_unique(sd_bus *b, const char *prefix, const char *sender_id, const char *external_id, char **ret_path) { function
2289 * This does the reverse of bus_path_encode_unique() (see its description for
2294 * (see bus_path_encode_unique()), 1 if it matched.
/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-marshal.c46 assert_se(bus_path_encode_unique(NULL, "/foo/bar", "some.sender", "a.suffix", &a) >= 0 && streq_ptr(a, "/foo/bar/some_2esender/a_2esuffix"));

Completed in 2419 milliseconds