Home
last modified time | relevance | path

Searched refs:MIN_READ_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dzipfile.py818 MIN_READ_SIZE = 4096 variable in ZipExtFile
1033 n = max(n, self.MIN_READ_SIZE)
1055 n = max(n, self.MIN_READ_SIZE)
/third_party/python/Lib/test/
H A Dtest_zipfile.py2309 corrupt_file.MIN_READ_SIZE = 2
2467 old_read_size = fp.MIN_READ_SIZE
2468 fp.MIN_READ_SIZE = 1
2475 fp.MIN_READ_SIZE = old_read_size

Completed in 11 milliseconds