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

1 2 3

  /build/make/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 30 ZipFile::ZipFile(ZipArchiveHandle handle, const ZipEntry& entry,
34 std::unique_ptr<IData> ZipFile::OpenAsData() {
60 std::unique_ptr<io::InputStream> ZipFile::OpenInputStream() {
64 const Source& ZipFile::GetSource() const {
68 bool ZipFile::WasCompressed() {
126 util::make_unique<ZipFile>(collection->handle_, zip_data, Source(nested_path));
  /build/make/tools/zipalign/
ZipFile.h 44 class ZipFile {
46 ZipFile(void)
49 ~ZipFile(void) {
111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
120 status_t addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
163 ZipFile(const ZipFile& src);
164 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);
  /libcore/ojluni/src/main/java/java/util/zip/
ZipFile.java 64 class ZipFile implements ZipConstants, Closeable {
92 * <tt>ZipFile</tt> object until either the close method is invoked or the
122 public ZipFile(String name) throws IOException {
127 * Opens a new <code>ZipFile</code> to read from the specified
151 public ZipFile(File file, int mode) throws IOException {
165 public ZipFile(File file) throws ZipException, IOException {
172 * Opens a new <code>ZipFile</code> to read from the specified
203 public ZipFile(File file, int mode, Charset charset) throws IOException
249 // Android-changed: Error out early if the zipfile has no entries.
281 public ZipFile(String name, Charset charset) throws IOExceptio
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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().
709 class ZipFile(object):
712 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
715 If it is a path, the file will be opened and closed by ZipFile.
718 allowZip64: if True ZipFile will create files with ZIP64 extensions when
729 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 17 "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile" ]
25 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
311 # Other attributes are set by class ZipFile:
464 Is returned by ZipFile.open().
652 class ZipFile:
655 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
658 If it is a path, the file will be opened and closed by ZipFile.
661 allowZip64: if True ZipFile will create files with ZIP64 extensions when
672 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.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().
709 class ZipFile(object):
712 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
715 If it is a path, the file will be opened and closed by ZipFile.
718 allowZip64: if True ZipFile will create files with ZIP64 extensions when
729 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"'
    [all...]
  /external/python/cpython2/Lib/
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().
709 class ZipFile(object):
712 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
715 If it is a path, the file will be opened and closed by ZipFile.
718 allowZip64: if True ZipFile will create files with ZIP64 extensions when
729 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"'
    [all...]
  /external/python/cpython3/Lib/
zipfile.py 41 "is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile"]
49 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
356 # Other attributes are set by class ZipFile:
737 Is returned by ZipFile.open().
    [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/misc/common/commons-compress/
commons-compress-prebuilt.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/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 1514 milliseconds

1 2 3