Searched refs:object_path_is_valid (Results 1 - 7 of 7) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-signature.c127 assert_se(object_path_is_valid("/foo/bar"));
128 assert_se(object_path_is_valid("/foo"));
129 assert_se(object_path_is_valid("/"));
130 assert_se(object_path_is_valid("/foo5"));
131 assert_se(object_path_is_valid("/foo_5"));
132 assert_se(!object_path_is_valid(""));
133 assert_se(!object_path_is_valid("/foo/"));
134 assert_se(!object_path_is_valid("//"));
135 assert_se(!object_path_is_valid("//foo"));
136 assert_se(!object_path_is_valid("/fo
[all...]
H A Dbus-internal.c26 bool object_path_is_valid(const char *p) { function
69 if (!object_path_is_valid(a) ||
70 !object_path_is_valid(b))
H A Dbus-objects.c148 if (!object_path_is_valid(*k)){
1528 assert_return(object_path_is_valid(path), -EINVAL);
1631 assert_return(object_path_is_valid(path), -EINVAL);
1841 assert_return(object_path_is_valid(path), -EINVAL);
2092 assert_return(object_path_is_valid(path), -EINVAL);
2138 assert_return(object_path_is_valid(path), -EINVAL);
2322 assert_return(object_path_is_valid(path), -EINVAL);
2492 assert_return(object_path_is_valid(path), -EINVAL);
2645 assert_return(object_path_is_valid(path), -EINVAL);
2711 assert_return(object_path_is_valid(pat
[all...]
H A Dbus-internal.h347 bool object_path_is_valid(const char *p) _pure_;
H A Dbus-message.c631 assert_return(object_path_is_valid(path), -EINVAL);
674 assert_return(object_path_is_valid(path), -EINVAL);
3380 if (!object_path_is_valid(s))
5059 r = message_peek_field_string(m, object_path_is_valid, ri, 0, NULL);
5321 r = message_peek_field_string(m, object_path_is_valid, &ri, item_size, &m->path);
H A Dsd-bus.c3424 assert_return(object_path_is_valid(prefix), -EINVAL);
3444 assert_return(object_path_is_valid(path), -EINVAL);
3445 assert_return(object_path_is_valid(prefix), -EINVAL);
/systemd/src/shared/
H A Dbus-util.c2252 assert_return(object_path_is_valid(prefix), -EINVAL);
2304 assert(object_path_is_valid(path));
2305 assert(object_path_is_valid(prefix));

Completed in 3806 milliseconds