Home | History | Annotate | Download | only in releasetools

Lines Matching refs:ZipWriteStr

142       common.ZipWriteStr(zip_file, zinfo_or_arcname, contents, **extra_args)
184 common.ZipWriteStr(zip_file, arcname_small, small, **extra_args)
192 # Verify the contents written by ZipWriteStr().
290 common.ZipWriteStr(zip_file, "foo", random_string)
292 common.ZipWriteStr(zip_file, "bar", random_string, perms=0o755)
296 common.ZipWriteStr(zip_file, zinfo, random_string)
300 common.ZipWriteStr(zip_file, zinfo, random_string, perms=0o400)
890 common.ZipWriteStr(target_files_zip, 'META/misc_info.txt', info_values)
897 common.ZipWriteStr(target_files_zip, fstab_path, fstab_values)
899 common.ZipWriteStr(