Lines Matching refs:input_zip

845     with zipfile.ZipFile(target_files, 'r') as input_zip:
846 certmap, ext = common.ReadApkCerts(input_zip)
858 with zipfile.ZipFile(target_files, 'r') as input_zip:
859 certmap, ext = common.ReadApkCerts(input_zip)
868 with zipfile.ZipFile(target_files, 'r') as input_zip:
869 certmap, ext = common.ReadApkCerts(input_zip)
879 with zipfile.ZipFile(target_files, 'r') as input_zip:
880 certmap, ext = common.ReadApkCerts(input_zip)
892 with zipfile.ZipFile(target_files, 'r') as input_zip:
893 self.assertRaises(ValueError, common.ReadApkCerts, input_zip)
902 with zipfile.ZipFile(target_files, 'r') as input_zip:
903 self.assertRaises(ValueError, common.ReadApkCerts, input_zip)
907 with zipfile.ZipFile(target_files, 'r') as input_zip:
908 certmap, ext = common.ReadApkCerts(input_zip)
988 with zipfile.ZipFile(target_files, 'r') as input_zip:
989 sparse_image = common.GetSparseImage('system', tempdir, input_zip, False)
1020 with zipfile.ZipFile(target_files, 'r') as input_zip:
1022 AssertionError, common.GetSparseImage, 'system', tempdir, input_zip,
1043 with zipfile.ZipFile(target_files, 'r') as input_zip:
1045 AssertionError, common.GetSparseImage, 'system', tempdir, input_zip,
1067 with zipfile.ZipFile(target_files, 'r') as input_zip:
1068 sparse_image = common.GetSparseImage('system', tempdir, input_zip, True)
1111 with zipfile.ZipFile(target_files, 'r') as input_zip:
1112 sparse_image = common.GetSparseImage('system', tempdir, input_zip, False)
1139 with zipfile.ZipFile(target_files, 'r') as input_zip:
1140 sparse_image = common.GetSparseImage('system', tempdir, input_zip, False)
1166 with zipfile.ZipFile(target_files, 'r') as input_zip:
1167 sparse_image = common.GetSparseImage('system', tempdir, input_zip, False)
1189 with zipfile.ZipFile(target_files, 'r') as input_zip:
1191 AssertionError, common.GetSparseImage, 'system', tempdir, input_zip,
1913 with zipfile.ZipFile(input_file, 'w') as input_zip:
1915 input_zip.writestr(name, content)
1930 with zipfile.ZipFile(input_file, 'r') as input_zip:
1935 input_zip, 'odm', placeholder_values)
1962 with zipfile.ZipFile(input_file, 'r') as input_zip:
1967 input_zip, 'odm', placeholder_values)
1977 with zipfile.ZipFile(input_file, 'r') as input_zip:
1982 input_zip, 'odm', placeholder_values)
1998 with zipfile.ZipFile(input_file, 'r') as input_zip:
2000 input_zip, 'odm')
2041 with zipfile.ZipFile(input_file, 'r') as input_zip:
2048 input_zip, 'odm', placeholder_values)
2058 with zipfile.ZipFile(input_file, 'r') as input_zip:
2065 input_zip, 'odm', placeholder_values)
2092 with zipfile.ZipFile(input_file, 'r') as input_zip:
2098 input_zip, 'odm', placeholder_values)
2129 with zipfile.ZipFile(input_file, 'r') as input_zip:
2135 input_zip, 'odm', placeholder_values)