Searched refs:targetIsDir (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 250 #define assertMakeSymlink(newfile, linkto, targetIsDir) \ argument 251 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto, targetIsDir)
|
H A D | test_main.c | 221 int targetIsDir) in my_CreateSymbolicLinkA() argument 281 if (targetIsDir) { in my_CreateSymbolicLinkA() 2066 const char *newpath, const char *linkto, int targetIsDir) in assertion_make_symlink() argument 2070 if (my_CreateSymbolicLinkA(newpath, linkto, targetIsDir)) in assertion_make_symlink() 2073 (void)targetIsDir; /* UNUSED */ in assertion_make_symlink() 2078 (void)targetIsDir; /* UNUSED */ in assertion_make_symlink()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 1768 int targetIsDir = 0; /* TODO: Fix this */ in assertion_make_symlink() local 1770 if (my_CreateSymbolicLinkA(newpath, linkto, targetIsDir)) in assertion_make_symlink()
|