Home
last modified time | relevance | path

Searched refs:bus_path_decode_unique (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-marshal.c32 …assert_se(bus_path_decode_unique(a, "/foo/bar", &b, &c) > 0 && streq_ptr(b, "some.sender") && stre… in test_bus_path_encode_unique()
33 assert_se(bus_path_decode_unique(a, "/bar/foo", &d, &d) == 0 && !d); in test_bus_path_encode_unique()
34 assert_se(bus_path_decode_unique("/foo/bar/onlyOneSuffix", "/foo/bar", &d, &d) == 0 && !d); in test_bus_path_encode_unique()
35 …assert_se(bus_path_decode_unique("/foo/bar/_/_", "/foo/bar", &d, &e) > 0 && streq_ptr(d, "") && st… in test_bus_path_encode_unique()
/systemd-251/src/shared/
Dbus-util.h52 int bus_path_decode_unique(const char *path, const char *prefix, char **ret_sender, char **ret_exte…
Dbus-util.c455 int bus_path_decode_unique(const char *path, const char *prefix, char **ret_sender, char **ret_exte… in bus_path_decode_unique() function