Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_common.py483 def _test_ZipWriteStr(self, zinfo_or_arcname, contents, extra_args=None): member in CommonZipTest
595 self._test_ZipWriteStr("foo", random_string)
599 self._test_ZipWriteStr(zinfo, random_string)
603 self._test_ZipWriteStr(zinfo, random_string)
608 self._test_ZipWriteStr("foo", random_string, {
612 self._test_ZipWriteStr("bar", random_string, {
618 self._test_ZipWriteStr(zinfo, random_string, {
621 self._test_ZipWriteStr(zinfo, random_string, {
625 self._test_ZipWriteStr(zinfo, random_string, {
641 self._test_reset_ZIP64_LIMIT(self._test_ZipWriteStr, 'foo', b'')
[all …]