HomeSort by: relevance | last modified time | path
    Searched refs:assertFileNotExists (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/test/
test_option_exclude_vcs.c 100 assertFileNotExists("CVS");
101 assertFileNotExists("CVS/fileattr");
102 assertFileNotExists(".cvsignore");
103 assertFileNotExists("RCS");
104 assertFileNotExists("RCS/somefile");
105 assertFileNotExists("SCCS");
106 assertFileNotExists("SCCS/somefile");
107 assertFileNotExists(".svn");
108 assertFileNotExists(".svn/format");
109 assertFileNotExists(".git")
    [all...]
test_strip_components.c 40 assertFileNotExists("target/d0");
42 assertFileNotExists("target/d1");
44 assertFileNotExists("target/s1");
51 assertFileNotExists("target/s2");
79 assertFileNotExists("target/l1");
81 assertFileNotExists("target/l2");
83 assertFileNotExists("target/d2/f1");
99 assertFileNotExists("target2/d0");
101 assertFileNotExists("target2/d1");
103 assertFileNotExists("target/s1")
    [all...]
test_option_exclude.c 38 assertFileNotExists("file2");
48 assertFileNotExists("file1");
60 assertFileNotExists("file2");
61 assertFileNotExists("file3");
72 assertFileNotExists("file2");
82 assertFileNotExists("file1");
83 assertFileNotExists("file2");
94 assertFileNotExists("file2");
95 assertFileNotExists("file3");
105 assertFileNotExists("file1")
    [all...]
test_option_X_upper.c 49 assertFileNotExists("file1");
63 assertFileNotExists("file1");
64 assertFileNotExists("file2");
77 assertFileNotExists("file1");
78 assertFileNotExists("file2");
91 assertFileNotExists("file1");
92 assertFileNotExists("file2");
94 assertFileNotExists("file4a");
105 assertFileNotExists("file1");
106 assertFileNotExists("file2")
    [all...]
test_option_older_than.c 47 assertFileNotExists("new.txt");
48 assertFileNotExists("a/b/new.txt");
49 assertFileNotExists("middle.txt");
60 assertFileNotExists("new.txt");
61 assertFileNotExists("a/b/new.txt");
62 assertFileNotExists("middle.txt");
test_option_T_upper.c 81 assertFileNotExists("test1/d1/f2");
82 assertFileNotExists("test1/d1/d2/f3");
84 assertFileNotExists("test1/d1/d2/f5");
87 assertFileNotExists("test1/d1/d2/f\x0a");
105 assertFileNotExists("test3/d1/f2");
123 assertFileNotExists("test2/d1/f2");
124 assertFileNotExists("test2/d1/d2/f3");
126 assertFileNotExists("test2/d1/d2/f5");
129 assertFileNotExists("test2/d1/d2/f\x0a");
test_option_newer_than.c 45 assertFileNotExists("middle.txt");
46 assertFileNotExists("old.txt");
55 assertFileNotExists("middle.txt");
56 assertFileNotExists("old.txt");
test_option_O_upper.c 34 assertFileNotExists("file1");
35 assertFileNotExists("file2");
45 assertFileNotExists("file1");
46 assertFileNotExists("file2");
test_format_newc.c 41 assertFileNotExists("file3");
test_option_nodump.c 44 assertFileNotExists("file2");
test_option_P_upper.c 60 assertFileNotExists(temp_absolute_file_name);
78 assertFileNotExists(temp_absolute_file_name + 3); // Skip the drive letter, colon and slash.
80 assertFileNotExists(temp_absolute_file_name + 1); // Skip the slash.
test_option_C_upper.c 59 assertFileNotExists("file1");
60 assertFileNotExists("file2");
test_patterns.c 153 assertFileNotExists(filex);
163 assertFileNotExists(filex);
test_option_n.c 46 assertFileNotExists("d1/file1");
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_f.c 41 assertFileNotExists("t1/a123");
42 assertFileNotExists("t1/a234");
55 assertFileNotExists("t2/b123");
56 assertFileNotExists("t2/b234");
test_option_d.c 32 assertFileNotExists("dir/file");
test_extract_cpio_absolute_paths.c 46 assertFileNotExists(temp_absolute_file_name);
  /src/external/bsd/libarchive/dist/cat/test/
test_error.c 13 assertFileNotExists(reffile);
test_error_mixed.c 15 assertFileNotExists(reffile2);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_disk_appledouble.c 173 assertFileNotExists("._file3");
232 assertFileNotExists("._file3");
313 assertFileNotExists("apple_double_dir/._test_file");
317 assertFileNotExists("apple_double_dir/._apple_double_dir_test");
test_write_disk_secure.c 125 assertFileNotExists(tmp);
269 assertFileNotExists(tmp);
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 212 #define assertFileNotExists(pathname) \

Completed in 17 milliseconds