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

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-signature.c95 assert_se(path_complex_pattern("", ""));
96 assert_se(!path_complex_pattern("", "/"));
97 assert_se(!path_complex_pattern("/", ""));
98 assert_se(path_complex_pattern("/", "/"));
99 assert_se(path_complex_pattern("/foobar/", "/"));
100 assert_se(!path_complex_pattern("/foobar/", "/foobar"));
101 assert_se(path_complex_pattern("/foobar", "/foobar"));
102 assert_se(!path_complex_pattern("/foobar", "/foobar/"));
103 assert_se(!path_complex_pattern("/foobar", "/foobar/waldo"));
104 assert_se(path_complex_pattern("/fooba
[all...]
H A Dbus-internal.c253 bool path_complex_pattern(const char *pattern, const char *value) { function
H A Dbus-internal.h351 bool path_complex_pattern(const char *pattern, const char *value) _pure_;
H A Dbus-match.c214 return path_complex_pattern(node->value.str, value_str);

Completed in 1262 milliseconds