Searched refs:path_complex_pattern (Results 1 - 4 of 4) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | test-bus-signature.c | 95 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 D | bus-internal.c | 253 bool path_complex_pattern(const char *pattern, const char *value) { function
|
H A D | bus-internal.h | 351 bool path_complex_pattern(const char *pattern, const char *value) _pure_;
|
H A D | bus-match.c | 214 return path_complex_pattern(node->value.str, value_str);
|
Completed in 1262 milliseconds