Searched refs:bus_path_decode_unique (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | test-bus-marshal.c | 32 …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/ |
D | bus-util.h | 52 int bus_path_decode_unique(const char *path, const char *prefix, char **ret_sender, char **ret_exte…
|
D | bus-util.c | 455 int bus_path_decode_unique(const char *path, const char *prefix, char **ret_sender, char **ret_exte… in bus_path_decode_unique() function
|