Lines Matching full:arch
30 assertMakeDir(".arch-ids", 0755);
31 assertMakeFile(".arch-ids/somefile", 0644, "");
32 assertMakeDir("{arch}", 0755);
33 assertMakeFile("{arch}/somefile", 0644, "");
74 assertIsDir(".arch-ids", 0755);
75 assertFileExists(".arch-ids/somefile");
76 assertIsDir("{arch}", 0755);
77 assertFileExists("{arch}/somefile");
114 assertFileNotExists(".arch-ids");
115 assertFileNotExists(".arch-ids/somefile");
116 assertFileNotExists("{arch}");
117 assertFileNotExists("{arch}/somefile");
155 assertFileNotExists(".arch-ids");
156 assertFileNotExists(".arch-ids/somefile");
157 assertFileNotExists("{arch}");
158 assertFileNotExists("{arch}/somefile");
195 assertFileNotExists(".arch-ids");
196 assertFileNotExists(".arch-ids/somefile");
197 assertFileNotExists("{arch}");
198 assertFileNotExists("{arch}/somefile");