HomeSort by relevance Sort by last modified time
    Searched defs:BadZipfile (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
20 class BadZipfile(Exception):
30 error = BadZipfile # The exception raised by this module
177 raise BadZipfile("zipfiles that span multiple disks are not supported")
647 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
781 except BadZipfile:
809 raise BadZipfile("File is not a zip file")
811 raise BadZipfile, "File is not a zip file"
836 raise BadZipfile("Truncated central directory")
839 raise BadZipfile("Bad magic number for central directory")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 16 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
19 class BadZipfile(Exception):
29 error = BadZipfile # The exception raised by this module
174 raise BadZipfile("zipfiles that span multiple disks are not supported")
596 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
723 except BadZipfile:
747 except BadZipfile:
759 raise BadZipfile("File is not a zip file")
761 raise BadZipfile, "File is not a zip file"
786 raise BadZipfile, "Bad magic number for central directory"
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
20 class BadZipfile(Exception):
30 error = BadZipfile # The exception raised by this module
177 raise BadZipfile("zipfiles that span multiple disks are not supported")
647 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
782 except BadZipfile:
811 raise BadZipfile("File is not a zip file")
813 raise BadZipfile, "File is not a zip file"
839 raise BadZipfile("Truncated central directory")
842 raise BadZipfile("Bad magic number for central directory"
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
20 class BadZipfile(Exception):
30 error = BadZipfile # The exception raised by this module
177 raise BadZipfile("zipfiles that span multiple disks are not supported")
647 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
782 except BadZipfile:
811 raise BadZipfile("File is not a zip file")
813 raise BadZipfile, "File is not a zip file"
839 raise BadZipfile("Truncated central directory")
842 raise BadZipfile("Bad magic number for central directory"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
20 class BadZipfile(Exception):
30 error = BadZipfile # The exception raised by this module
177 raise BadZipfile("zipfiles that span multiple disks are not supported")
643 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
777 except BadZipfile:
805 raise BadZipfile("File is not a zip file")
807 raise BadZipfile, "File is not a zip file"
832 raise BadZipfile("Truncated central directory")
835 raise BadZipfile("Bad magic number for central directory"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
20 class BadZipfile(Exception):
30 error = BadZipfile # The exception raised by this module
177 raise BadZipfile("zipfiles that span multiple disks are not supported")
643 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
777 except BadZipfile:
805 raise BadZipfile("File is not a zip file")
807 raise BadZipfile, "File is not a zip file"
832 raise BadZipfile("Truncated central directory")
835 raise BadZipfile("Bad magic number for central directory"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
20 class BadZipfile(Exception):
30 error = BadZipfile # The exception raised by this module
177 raise BadZipfile("zipfiles that span multiple disks are not supported")
643 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
777 except BadZipfile:
805 raise BadZipfile("File is not a zip file")
807 raise BadZipfile, "File is not a zip file"
832 raise BadZipfile("Truncated central directory")
835 raise BadZipfile("Bad magic number for central directory"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
20 class BadZipfile(Exception):
30 error = BadZipfile # The exception raised by this module
177 raise BadZipfile("zipfiles that span multiple disks are not supported")
643 raise BadZipfile("Bad CRC-32 for file %r" % self.name)
777 except BadZipfile:
805 raise BadZipfile("File is not a zip file")
807 raise BadZipfile, "File is not a zip file"
832 raise BadZipfile("Truncated central directory")
835 raise BadZipfile("Bad magic number for central directory"
    [all...]

Completed in 174 milliseconds