Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_zipfile.py58 zipfp.writestr("strfile", self.data)
153 zipfp.writestr("name", "foo")
155 zipfp.writestr("name", "bar")
194 zipfp.writestr(TESTFN, data)
310 zipfp.writestr("strfile", '12')
331 zipfp.writestr("strfile", self.data)
383 zipfp.writestr('strfile', self.data)
435 zipfp.writestr("somefile.txt", "bogus")
443 zipfp.writestr(fpath, fdata)
466 zipfp.writestr(fpath, fdata)
[all …]
Dtest_zipfile64.py56 zipfp.writestr("testfn%d" % num, self.data)
110 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
125 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
128 zipf.writestr("foo%08d" % numfiles, b'')
136 zipf.writestr("foo%08d" % numfiles, b'')
145 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
Dtest_pkgutil.py65 z.writestr(pkg + '/__init__.py', "")
67 z.writestr(pkg + '/res.txt', RESOURCE_DATA)
68 z.writestr(pkg + '/sub/res.txt', RESOURCE_DATA)
Dtest_zipimport.py75 z.writestr(zinfo, data)
213 z.writestr(zinfo, data)
257 z.writestr(zinfo, data)
291 z.writestr(name, data)
Dtest_zipimport_support.py122 z.writestr(mod_name + ".py", src)
/external/syslinux/core/
Dwritestr.c38 void writestr(char *str) in writestr() function
46 writestr(MK_PTR(regs->ds, regs->esi.w[0])); in pm_writestr()
Dregdump.inc46 call writestr
57 call writestr
Dpxeboot.c31 writestr(LOCALBOOT_MSG); in local_boot()
Dlocalboot.c45 writestr(LOCALBOOT_MSG); in local_boot()
Dextern.inc79 ; writestr.c
Dbios.c495 writestr(buf); in check_escapes()
/external/syslinux/core/elflink/
Dload_env32.c171 writestr("\nFailed to load "); in load_env32()
172 writestr(LDLINUX); in load_env32()
/external/libmojo/mojo/public/tools/gn/
Dzip.py41 outfile.writestr(f, zff.read())
/external/syslinux/core/include/
Dcore.h128 extern void writestr(char *str);
/external/skia/infra/bots/
Dzip_utils.py42 z.writestr(zi, content)
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py276 zip_file.writestr(zipinfo, os.readlink(src_path))
293 zip_file.writestr(zipinfo, data, compress_type)
/external/python/cpython2/Doc/library/
Dzipfile.rst309 .. method:: ZipFile.writestr(zinfo_or_arcname, bytes[, compress_type])
315 opened with mode ``'w'`` or ``'a'`` -- calling :meth:`writestr` on a ZipFile
317 :meth:`writestr` on a closed ZipFile will raise a :exc:`RuntimeError`.
/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py577 zf.writestr(path, pyc)
/external/libmojo/third_party/jinja2/
Denvironment.py649 zip_file.writestr(info, data)
/external/python/cpython2/Lib/
Dzipfile.py1211 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in ZipFile
Dtarfile.py2602 def writestr(self, zinfo, bytes): member in TarFileCompat
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py1211 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in ZipFile
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1696 The :meth:`~zipfile.ZipFile.writestr` method now has an optional *compress_type* parameter
/external/python/cpython2/Misc/
DNEWS6833 - Issue #6003: Add an argument to ``zipfile.Zipfile.writestr`` to specify the
9435 - Issue #3039: Fix tarfile.TarFileCompat.writestr() which always
9465 - Issue #3394: zipfile.writestr sets external attributes when passed a