Searched refs:sd_bus_path_encode_many (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd/
H A Dlibsystemd.sym481 sd_bus_path_encode_many;
/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-marshal.c97 assert_se(sd_bus_path_encode_many(&f, "/prefix/one_%_two/mid/three_%_four/suffix", "foo", "bar") >= 0 && streq_ptr(f, "/prefix/one_foo_two/mid/three_bar_four/suffix"));
H A Dsd-bus.c3462 _public_ int sd_bus_path_encode_many(char **out, const char *path_template, ...) { function
/systemd/src/systemd/
H A Dsd-bus.h422 int sd_bus_path_encode_many(char **out, const char *path_template, ...);

Completed in 34 milliseconds