Searched refs:assertMakeHardlink (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_strip_components.c | 17 assertMakeHardlink("l1", "d1/d2/f1"); in DEFINE_TEST() 18 assertMakeHardlink("d1/l2", "d1/d2/f1"); in DEFINE_TEST()
|
H A D | test_option_U_upper.c | 29 assertMakeHardlink("file2", "file1"); in DEFINE_TEST() 43 assertMakeHardlink("file2", "file1"); in DEFINE_TEST()
|
H A D | test_format_newc.c | 14 assertMakeHardlink("file3", "file1"); in DEFINE_TEST()
|
H A D | test_option_safe_writes.c | 34 assertMakeHardlink("fh", "f"); in DEFINE_TEST()
|
H A D | test_copy.c | 149 assertMakeHardlink(buff2, buff); in create_tree() 153 assertMakeHardlink(buff2, buff); in create_tree()
|
H A D | test_symlink_dir.c | 33 assertMakeHardlink("source/dir4/file4", "source/dir4/file3"); in DEFINE_TEST()
|
H A D | test_basic.c | 21 assertMakeHardlink("linkfile", "file"); in make_files()
|
H A D | test_stdio.c | 24 assertMakeHardlink("l", "f"); in DEFINE_TEST()
|
H A D | test_option_s.c | 23 assertMakeHardlink("in/d1/hardlink2", "in/d1/hardlink1"); in DEFINE_TEST()
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_format_newc.c | 91 assertMakeHardlink("hardlink", "file1"); in DEFINE_TEST() 95 assertMakeHardlink("hardlink2", "file1"); in DEFINE_TEST()
|
H A D | test_basic.c | 141 assertMakeHardlink("linkfile", "file"); in DEFINE_TEST()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 248 #define assertMakeHardlink(newfile, oldfile) \ macro
|