Searched refs:assertFileNotExists (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/libarchive/tar/test/
H A Dtest_option_exclude_vcs.c118 assertFileNotExists("CVS");
119 assertFileNotExists("CVS/fileattr");
120 assertFileNotExists(".cvsignore");
121 assertFileNotExists("RCS");
122 assertFileNotExists("RCS/somefile");
123 assertFileNotExists("SCCS");
124 assertFileNotExists("SCCS/somefile");
125 assertFileNotExists(".svn");
126 assertFileNotExists(".svn/format");
127 assertFileNotExists("
[all...]
H A Dtest_strip_components.c59 assertFileNotExists("target/d0");
61 assertFileNotExists("target/d1");
63 assertFileNotExists("target/s1");
70 assertFileNotExists("target/s2");
98 assertFileNotExists("target/l1");
100 assertFileNotExists("target/l2");
102 assertFileNotExists("target/d2/f1");
118 assertFileNotExists("target2/d0");
120 assertFileNotExists("target2/d1");
122 assertFileNotExists("targe
[all...]
H A Dtest_option_exclude.c57 assertFileNotExists("file2");
67 assertFileNotExists("file1");
79 assertFileNotExists("file2");
80 assertFileNotExists("file3");
91 assertFileNotExists("file2");
101 assertFileNotExists("file1");
102 assertFileNotExists("file2");
113 assertFileNotExists("file2");
114 assertFileNotExists("file3");
124 assertFileNotExists("file
[all...]
H A Dtest_option_X_upper.c68 assertFileNotExists("file1");
82 assertFileNotExists("file1");
83 assertFileNotExists("file2");
96 assertFileNotExists("file1");
97 assertFileNotExists("file2");
110 assertFileNotExists("file1");
111 assertFileNotExists("file2");
113 assertFileNotExists("file4a");
124 assertFileNotExists("file1");
125 assertFileNotExists("file
[all...]
H A Dtest_option_older_than.c66 assertFileNotExists("new.txt");
67 assertFileNotExists("a/b/new.txt");
68 assertFileNotExists("middle.txt");
79 assertFileNotExists("new.txt");
80 assertFileNotExists("a/b/new.txt");
81 assertFileNotExists("middle.txt");
H A Dtest_option_T_upper.c100 assertFileNotExists("test1/d1/f2");
101 assertFileNotExists("test1/d1/d2/f3");
103 assertFileNotExists("test1/d1/d2/f5");
106 assertFileNotExists("test1/d1/d2/f\x0a");
124 assertFileNotExists("test3/d1/f2");
142 assertFileNotExists("test2/d1/f2");
143 assertFileNotExists("test2/d1/d2/f3");
145 assertFileNotExists("test2/d1/d2/f5");
148 assertFileNotExists("test2/d1/d2/f\x0a");
H A Dtest_option_newer_than.c64 assertFileNotExists("middle.txt");
65 assertFileNotExists("old.txt");
74 assertFileNotExists("middle.txt");
75 assertFileNotExists("old.txt");
H A Dtest_option_O_upper.c53 assertFileNotExists("file1");
54 assertFileNotExists("file2");
64 assertFileNotExists("file1");
65 assertFileNotExists("file2");
H A Dtest_format_newc.c60 assertFileNotExists("file3");
H A Dtest_option_nodump.c63 assertFileNotExists("file2");
H A Dtest_option_C_upper.c78 assertFileNotExists("file1");
79 assertFileNotExists("file2");
H A Dtest_patterns.c172 assertFileNotExists(filex);
182 assertFileNotExists(filex);
H A Dtest_option_U_upper.c86 assertFileNotExists("d1/file1");
H A Dtest_option_n.c65 assertFileNotExists("d1/file1");
/freebsd-12-stable/contrib/libarchive/cpio/test/
H A Dtest_option_f.c60 assertFileNotExists("t1/a123");
61 assertFileNotExists("t1/a234");
74 assertFileNotExists("t2/b123");
75 assertFileNotExists("t2/b234");
H A Dtest_option_d.c52 assertFileNotExists("dir/file");
/freebsd-12-stable/contrib/libarchive/cat/test/
H A Dtest_error.c31 assertFileNotExists(reffile);
H A Dtest_error_mixed.c33 assertFileNotExists(reffile2);
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_appledouble.c174 assertFileNotExists("._file3");
233 assertFileNotExists("._file3");
H A Dtest_write_disk_secure.c108 assertFileNotExists("/tmp/libarchive_test-test_write_disk_secure-absolute_symlink/libarchive_test-test_write_disk_secure-absolute_symlink_path.tmp");
246 assertFileNotExists("/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp");
/freebsd-12-stable/contrib/libarchive/test_utils/
H A Dtest_common.h216 #define assertFileNotExists(pathname) \ macro

Completed in 168 milliseconds