Searched refs:assertMakeHardlink (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/libarchive/tar/test/ |
| H A D | test_strip_components.c | 36 assertMakeHardlink("l1", "d1/d2/f1"); in DEFINE_TEST() 37 assertMakeHardlink("d1/l2", "d1/d2/f1"); in DEFINE_TEST()
|
| H A D | test_option_U_upper.c | 48 assertMakeHardlink("file2", "file1"); in DEFINE_TEST() 62 assertMakeHardlink("file2", "file1"); in DEFINE_TEST()
|
| H A D | test_copy.c | 168 assertMakeHardlink(buff2, buff); in create_tree() 172 assertMakeHardlink(buff2, buff); in create_tree()
|
| H A D | test_format_newc.c | 33 assertMakeHardlink("file3", "file1"); in DEFINE_TEST()
|
| H A D | test_symlink_dir.c | 52 assertMakeHardlink("source/dir4/file4", "source/dir4/file3"); in DEFINE_TEST()
|
| H A D | test_stdio.c | 43 assertMakeHardlink("l", "f"); in DEFINE_TEST()
|
| H A D | test_basic.c | 40 assertMakeHardlink("linkfile", "file"); in make_files()
|
| H A D | test_option_s.c | 42 assertMakeHardlink("in/d1/hardlink2", "in/d1/hardlink1"); in DEFINE_TEST()
|
| /freebsd-12.1/contrib/libarchive/cpio/test/ |
| H A D | test_format_newc.c | 109 assertMakeHardlink("hardlink", "file1"); in DEFINE_TEST() 113 assertMakeHardlink("hardlink2", "file1"); in DEFINE_TEST()
|
| H A D | test_basic.c | 160 assertMakeHardlink("linkfile", "file"); in DEFINE_TEST()
|
| /freebsd-12.1/contrib/libarchive/test_utils/ |
| H A D | test_common.h | 232 #define assertMakeHardlink(newfile, oldfile) \ macro
|