HomeSort by relevance Sort by last modified time
    Searched defs:ZipFile (Results 1 - 25 of 52) sorted by null

1 2 3

  /build/tools/ziptime/
ZipFile.h 32 class ZipFile {
34 ZipFile(void) : mZipFp(NULL) {}
35 ~ZipFile(void) {
47 ZipFile(const ZipFile& src);
48 ZipFile& operator=(const ZipFile& src);
  /frameworks/base/tools/aapt2/io/
ZipArchive.h 33 class ZipFile : public IFile {
35 ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const Source& source);
ZipArchive.cpp 27 ZipFile::ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const Source& source) :
31 std::unique_ptr<IData> ZipFile::openAsData() {
55 const Source& ZipFile::getSource() const {
111 collection->mFiles[zipEntryPath] = util::make_unique<ZipFile>(collection->mHandle,
  /build/tools/zipalign/
ZipFile.h 44 class ZipFile {
46 ZipFile(void)
49 ~ZipFile(void) {
126 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
135 status_t addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
178 ZipFile(const ZipFile& src);
179 ZipFile& operator=(const ZipFile& src);
  /frameworks/base/tools/aapt/
ZipFile.h 44 class ZipFile {
46 ZipFile(void)
49 ~ZipFile(void) {
126 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
169 ZipFile(const ZipFile& src);
170 ZipFile& operator=(const ZipFile& src);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
70 z = ZipFile(TEMP_ZIP, "w")
80 # Prepend 'stuff' to the start of the zipfile
208 z = ZipFile(TEMP_ZIP, "w")
252 z = ZipFile(TEMP_ZIP, "w")
286 z = ZipFile(TEMP_ZIP, "w")
312 # try importing from a zipfile which contains additional
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
70 z = ZipFile(TEMP_ZIP, "w")
80 # Prepend 'stuff' to the start of the zipfile
208 z = ZipFile(TEMP_ZIP, "w")
252 z = ZipFile(TEMP_ZIP, "w")
286 z = ZipFile(TEMP_ZIP, "w")
312 # try importing from a zipfile which contains additional
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
70 z = ZipFile(TEMP_ZIP, "w")
80 # Prepend 'stuff' to the start of the zipfile
208 z = ZipFile(TEMP_ZIP, "w")
252 z = ZipFile(TEMP_ZIP, "w")
286 z = ZipFile(TEMP_ZIP, "w")
312 # try importing from a zipfile which contains additional
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
70 z = ZipFile(TEMP_ZIP, "w")
80 # Prepend 'stuff' to the start of the zipfile
208 z = ZipFile(TEMP_ZIP, "w")
252 z = ZipFile(TEMP_ZIP, "w")
286 z = ZipFile(TEMP_ZIP, "w")
312 # try importing from a zipfile which contains additional
  /libcore/ojluni/src/main/java/java/util/zip/
ZipFile.java 62 class ZipFile implements ZipConstants, Closeable {
87 * <tt>ZipFile</tt> object until either the close method is invoked or the
117 public ZipFile(String name) throws IOException {
122 * Opens a new <code>ZipFile</code> to read from the specified
146 public ZipFile(File file, int mode) throws IOException {
160 public ZipFile(File file) throws ZipException, IOException {
167 * Opens a new <code>ZipFile</code> to read from the specified
198 public ZipFile(File file, int mode, Charset charset) throws IOException
224 // Android-changed: Error out early if the zipfile has no entries.
257 public ZipFile(String name, Charset charset) throws IOExceptio
    [all...]
  /external/opencv3/3rdparty/jinja2/
environment.py 606 zipfile, the templates will be will be stored in a directory.
612 zipfile.
658 from zipfile import ZipFile, ZipInfo, ZIP_DEFLATED, ZIP_STORED
659 zip_file = ZipFile(target, 'w', dict(deflated=ZIP_DEFLATED,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 18 "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile" ]
26 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
323 # Other attributes are set by class ZipFile:
503 Is returned by ZipFile.open().
705 class ZipFile(object):
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
711 If it is a path, the file will be opened and closed by ZipFile.
714 allowZip64: if True ZipFile will create files with ZIP64 extensions when
725 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 18 "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile" ]
26 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
323 # Other attributes are set by class ZipFile:
503 Is returned by ZipFile.open().
705 class ZipFile(object):
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
711 If it is a path, the file will be opened and closed by ZipFile.
714 allowZip64: if True ZipFile will create files with ZIP64 extensions when
725 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 18 "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile" ]
26 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
323 # Other attributes are set by class ZipFile:
503 Is returned by ZipFile.open().
705 class ZipFile(object):
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
711 If it is a path, the file will be opened and closed by ZipFile.
714 allowZip64: if True ZipFile will create files with ZIP64 extensions when
725 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 18 "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile" ]
26 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
323 # Other attributes are set by class ZipFile:
503 Is returned by ZipFile.open().
705 class ZipFile(object):
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
711 If it is a path, the file will be opened and closed by ZipFile.
714 allowZip64: if True ZipFile will create files with ZIP64 extensions when
725 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"'
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 

Completed in 346 milliseconds

1 2 3