Home
last modified time | relevance | path

Searched refs:large_file_exception_test (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_zipfile.py667 def large_file_exception_test(self, f, compression): member in TestZip64InSmallFiles
679 self.large_file_exception_test(f, zipfile.ZIP_STORED)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_zipfile.py828 def large_file_exception_test(self, f, compression): member in StoredTestZip64InSmallFiles
840 self.large_file_exception_test(f, zipfile.ZIP_STORED)