Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dtest_common.py471 def _test_ZipWriteStr(self, zinfo_or_arcname, contents, extra_args=None): member in CommonZipTest
589 self._test_ZipWriteStr("foo", random_string)
593 self._test_ZipWriteStr(zinfo, random_string)
597 self._test_ZipWriteStr(zinfo, random_string)
602 self._test_ZipWriteStr("foo", random_string, {
606 self._test_ZipWriteStr("bar", random_string, {
612 self._test_ZipWriteStr(zinfo, random_string, {
615 self._test_ZipWriteStr(zinfo, random_string, {
619 self._test_ZipWriteStr(zinfo, random_string, {
635 self._test_reset_ZIP64_LIMIT(self._test_ZipWriteStr, 'foo', b'')
[all …]