Searched defs:link2 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-path-util.c302 _cleanup_free_ char *file1 = NULL, *file2 = NULL, *link1 = NULL, *link2 = NULL; local
322 * <tmp>/link1 -> file1, <tmp>/link2 -> file2
346 link2 = path_join(NULL, tmp_dir, "link2");
348 assert_se(symlink("file2", link2) == 0);
394 rlf = path_is_mount_point(link2, 0);
395 rlt = path_is_mount_point(link2, AT_SYMLINK_FOLLOW);

Completed in 582 milliseconds