Searched refs:path_equal_or_files_same (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/test/ |
D | test-path-util.c | 182 assert_se(path_equal_or_files_same("/", "/", 0)); in TEST() 183 assert_se(path_equal_or_files_same("/", "/", AT_SYMLINK_NOFOLLOW)); in TEST() 184 assert_se(path_equal_or_files_same("/", "//", 0)); in TEST() 185 assert_se(path_equal_or_files_same("/", "//", AT_SYMLINK_NOFOLLOW)); in TEST() 187 assert_se(path_equal_or_files_same("/", "/./", 0)); in TEST() 188 assert_se(path_equal_or_files_same("/", "/./", AT_SYMLINK_NOFOLLOW)); in TEST() 189 assert_se(path_equal_or_files_same("/", "/../", 0)); in TEST() 190 assert_se(path_equal_or_files_same("/", "/../", AT_SYMLINK_NOFOLLOW)); in TEST() 192 assert_se(!path_equal_or_files_same("/", "/.../", 0)); in TEST() 193 assert_se(!path_equal_or_files_same("/", "/.../", AT_SYMLINK_NOFOLLOW)); in TEST()
|
/systemd-251/src/basic/ |
D | path-util.h | 70 bool path_equal_or_files_same(const char *a, const char *b, int flags);
|
D | path-util.c | 468 bool path_equal_or_files_same(const char *a, const char *b, int flags) { in path_equal_or_files_same() function
|
D | socket-util.c | 226 … if (!path_equal_or_files_same(a->sockaddr.un.sun_path, b->sockaddr.un.sun_path, 0)) in socket_address_equal()
|
/systemd-251/src/shared/ |
D | rm-rf.c | 328 if (path_equal_or_files_same(path, "/", AT_SYMLINK_NOFOLLOW)) in rm_rf()
|
D | install.c | 459 r = path_equal_or_files_same(a, b, 0); in chroot_unit_symlinks_equivalent()
|
/systemd-251/src/core/ |
D | socket.c | 2669 path_equal_or_files_same(p->path, value+skip, 0)) { in socket_deserialize_item() 2689 path_equal_or_files_same(p->path, value+skip, 0)) { in socket_deserialize_item() 2768 path_equal_or_files_same(p->path, value+skip, 0)) { in socket_deserialize_item()
|