Home
last modified time | relevance | path

Searched refs:targetIsDir (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h250 #define assertMakeSymlink(newfile, linkto, targetIsDir) \ argument
251 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto, targetIsDir)
H A Dtest_main.c221 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 Dmain.c1768 int targetIsDir = 0; /* TODO: Fix this */ in assertion_make_symlink() local
1770 if (my_CreateSymbolicLinkA(newpath, linkto, targetIsDir)) in assertion_make_symlink()