Home | History | Annotate | Download | only in scripts

Lines Matching refs:file2

53     file2 = BagOfParts()
54 file2.filename = 'file2.txt'
55 file2.contents = ('akdjfk;djsf;kljdslkfjslkdfjlsfjkdvn;kn;2389rtu4i'
58 self.files = {'file1': file1, 'file2': file2}
176 file2 = BagOfParts()
177 file2.filename = 'file2.txt'
178 file2.contents = ('He entered the room and there in the center, it was.'
184 self.multi_file_dir.append(file2)
188 file3.contents = 'Whoa, what is \'file2.txt\' all about?'
330 /dir1/file2.txt
343 file1.txt., file2.txt, file3.txt should be in 0.zip
382 self.test_target.AddFileToArchive('/dir1/file2.txt', zipfile.ZIP_DEFLATED)
419 Mock these methods out such that file1, file2, and file3 go into one
461 os.path.isfile('/dir1/file2.txt').AndReturn(True)
478 ['file1.txt', 'file2.txt', 'dir2', 'dir5',