Home | History | Annotate | Download | only in aapt

Lines Matching full:archive

18 // General-purpose Zip archive access.  This class allows both reading and
33 * Manipulate a Zip archive.
37 * The correct way to update a file archive is to make all changes to a
38 * copy of the archive in a temporary file, and then unlink/rename over
42 * an unusable Zip archive.
58 * Open a new or existing archive.
69 * Add a file to the end of the archive. Specify whether you want the
72 * If "storageName" is specified, the archive will use that instead
131 * from the archive or our internal data structures until flush() is
160 * Get the Nth entry in the archive.