Lines Matching full:files
18 """Module to compress directories in to series of zip files.
21 child directories into a series of zip files named N.zip where 'N' ranges from
22 0 to infinity. The zip files will all be below a certain specified maximum
27 child directory's contents. In this way the files within an archive are ordered
32 code base. The custom App Engine runtime can leverage the index files written
55 help='The directory containing the files to compress')
57 help=('Where to put the archive files, this should not be'
58 ' a child of where the source files exist.'))
60 help=('Maximum size of archive files. A number followed by '
67 help=('Whether the archive files should be compressed, or '
68 'just a concatenation of the source files'))
130 enabled, if disabled, the files will be written into an uncompresed
190 # Close files and delete the old one.
214 mapping of files to archives to the self.index_fp file descriptor
222 # Construct the queue of files to be added that this method will use
233 # Zip all files in this directory, adding to existing archives and creating