Searched refs:assertFileNotExists (Results 1 – 21 of 21) sorted by relevance
118 assertFileNotExists("CVS"); in DEFINE_TEST()121 assertFileNotExists("RCS"); in DEFINE_TEST()123 assertFileNotExists("SCCS"); in DEFINE_TEST()125 assertFileNotExists(".svn"); in DEFINE_TEST()143 assertFileNotExists(".hg"); in DEFINE_TEST()159 assertFileNotExists("CVS"); in DEFINE_TEST()162 assertFileNotExists("RCS"); in DEFINE_TEST()184 assertFileNotExists(".hg"); in DEFINE_TEST()199 assertFileNotExists("CVS"); in DEFINE_TEST()202 assertFileNotExists("RCS"); in DEFINE_TEST()[all …]
57 assertFileNotExists("file2"); in DEFINE_TEST()67 assertFileNotExists("file1"); in DEFINE_TEST()79 assertFileNotExists("file2"); in DEFINE_TEST()80 assertFileNotExists("file3"); in DEFINE_TEST()91 assertFileNotExists("file2"); in DEFINE_TEST()101 assertFileNotExists("file1"); in DEFINE_TEST()102 assertFileNotExists("file2"); in DEFINE_TEST()113 assertFileNotExists("file2"); in DEFINE_TEST()114 assertFileNotExists("file3"); in DEFINE_TEST()124 assertFileNotExists("file1"); in DEFINE_TEST()[all …]
59 assertFileNotExists("target/d0"); in DEFINE_TEST()61 assertFileNotExists("target/d1"); in DEFINE_TEST()63 assertFileNotExists("target/s1"); in DEFINE_TEST()70 assertFileNotExists("target/s2"); in DEFINE_TEST()98 assertFileNotExists("target/l1"); in DEFINE_TEST()100 assertFileNotExists("target/l2"); in DEFINE_TEST()118 assertFileNotExists("target2/d0"); in DEFINE_TEST()120 assertFileNotExists("target2/d1"); in DEFINE_TEST()122 assertFileNotExists("target/s1"); in DEFINE_TEST()135 assertFileNotExists("target/l1"); in DEFINE_TEST()[all …]
68 assertFileNotExists("file1"); in DEFINE_TEST()82 assertFileNotExists("file1"); in DEFINE_TEST()83 assertFileNotExists("file2"); in DEFINE_TEST()96 assertFileNotExists("file1"); in DEFINE_TEST()97 assertFileNotExists("file2"); in DEFINE_TEST()110 assertFileNotExists("file1"); in DEFINE_TEST()111 assertFileNotExists("file2"); in DEFINE_TEST()113 assertFileNotExists("file4a"); in DEFINE_TEST()124 assertFileNotExists("file1"); in DEFINE_TEST()125 assertFileNotExists("file2"); in DEFINE_TEST()[all …]
100 assertFileNotExists("test1/d1/f2"); in DEFINE_TEST()101 assertFileNotExists("test1/d1/d2/f3"); in DEFINE_TEST()103 assertFileNotExists("test1/d1/d2/f5"); in DEFINE_TEST()106 assertFileNotExists("test1/d1/d2/f\x0a"); in DEFINE_TEST()124 assertFileNotExists("test3/d1/f2"); in DEFINE_TEST()142 assertFileNotExists("test2/d1/f2"); in DEFINE_TEST()143 assertFileNotExists("test2/d1/d2/f3"); in DEFINE_TEST()145 assertFileNotExists("test2/d1/d2/f5"); in DEFINE_TEST()148 assertFileNotExists("test2/d1/d2/f\x0a"); in DEFINE_TEST()
66 assertFileNotExists("new.txt"); in DEFINE_TEST()67 assertFileNotExists("a/b/new.txt"); in DEFINE_TEST()68 assertFileNotExists("middle.txt"); in DEFINE_TEST()79 assertFileNotExists("new.txt"); in DEFINE_TEST()80 assertFileNotExists("a/b/new.txt"); in DEFINE_TEST()81 assertFileNotExists("middle.txt"); in DEFINE_TEST()
64 assertFileNotExists("middle.txt"); in DEFINE_TEST()65 assertFileNotExists("old.txt"); in DEFINE_TEST()74 assertFileNotExists("middle.txt"); in DEFINE_TEST()75 assertFileNotExists("old.txt"); in DEFINE_TEST()
53 assertFileNotExists("file1"); in DEFINE_TEST()54 assertFileNotExists("file2"); in DEFINE_TEST()64 assertFileNotExists("file1"); in DEFINE_TEST()65 assertFileNotExists("file2"); in DEFINE_TEST()
78 assertFileNotExists("file1"); in DEFINE_TEST()79 assertFileNotExists("file2"); in DEFINE_TEST()
172 assertFileNotExists(filex); in DEFINE_TEST()182 assertFileNotExists(filex); in DEFINE_TEST()
60 assertFileNotExists("file3"); in DEFINE_TEST()
63 assertFileNotExists("file2"); in DEFINE_TEST()
65 assertFileNotExists("d1/file1"); in DEFINE_TEST()
86 assertFileNotExists("d1/file1"); in DEFINE_TEST()
60 assertFileNotExists("t1/a123"); in DEFINE_TEST()61 assertFileNotExists("t1/a234"); in DEFINE_TEST()74 assertFileNotExists("t2/b123"); in DEFINE_TEST()75 assertFileNotExists("t2/b234"); in DEFINE_TEST()
52 assertFileNotExists("dir/file"); in DEFINE_TEST()
31 assertFileNotExists(reffile); in DEFINE_TEST()
33 assertFileNotExists(reffile2); in DEFINE_TEST()
174 assertFileNotExists("._file3"); in DEFINE_TEST()233 assertFileNotExists("._file3"); in DEFINE_TEST()
108 …assertFileNotExists("/tmp/libarchive_test-test_write_disk_secure-absolute_symlink/libarchive_test-… in DEFINE_TEST()246 assertFileNotExists("/tmp/libarchive_test-test_write_disk_secure-absolute_path.tmp"); in DEFINE_TEST()
216 #define assertFileNotExists(pathname) \ macro