HomeSort by relevance Sort by last modified time
    Searched refs:input_zip (Results 1 - 10 of 10) sorted by null

  /device/asus/grouper/
releasetools.py 22 bootloader_bin = info.input_zip.read("RADIO/bootloader.raw")
  /device/asus/tilapia/
releasetools.py 22 bootloader_bin = info.input_zip.read("RADIO/bootloader.raw")
29 radio_img = info.input_zip.read("RADIO/radio.raw")
  /device/samsung/manta/
releasetools.py 22 bootloader_img = info.input_zip.read("RADIO/bootloader.img")
  /build/tools/releasetools/
sign_target_files_apks 325 input_zip = zipfile.ZipFile(args[0], "r")
328 misc_info = common.LoadInfoDict(input_zip)
332 apk_key_map = GetApkCerts(input_zip)
333 CheckAllApksSigned(input_zip, apk_key_map)
336 SignApks(input_zip, output_zip, apk_key_map, key_passwords)
339 ReplaceOtaKeys(input_zip, output_zip, misc_info)
341 input_zip.close()
ota_from_target_files 148 def GetMetadata(cls, input_zip):
153 output = input_zip.read("META/filesystem_config.txt")
260 def CopySystemFiles(input_zip, output_zip=None,
272 for info in input_zip.infolist():
276 symlinks.append((input_zip.read(info.filename),
287 data = input_zip.read(info.filename)
365 def WriteFullOTAPackage(input_zip, output_zip):
380 input_zip=input_zip,
409 symlinks = CopySystemFiles(input_zip, output_zip
    [all...]
img_from_target_files 184 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
185 OPTIONS.info_dict = common.LoadInfoDict(input_zip)
edify_generator.py 240 def AddToZip(self, input_zip, output_zip, input_path=None):
241 """Write the accumulated script to the output_zip file. input_zip
244 path for the binary instead of input_zip."""
252 data = input_zip.read("OTA/bin/updater")
  /device/samsung/toro/
releasetools.py 22 bootloader_img = info.input_zip.read("RADIO/bootloader.img")
30 radio_img = info.input_zip.read("RADIO/radio.img")
38 radio_cdma_img = info.input_zip.read("RADIO/radio-cdma.img")
  /device/samsung/toroplus/
releasetools.py 22 bootloader_img = info.input_zip.read("RADIO/bootloader.img")
30 radio_img = info.input_zip.read("RADIO/radio.img")
38 radio_cdma_img = info.input_zip.read("RADIO/radio-cdma.img")
  /device/samsung/tuna/
releasetools.py 22 bootloader_img = info.input_zip.read("RADIO/bootloader.img")
29 radio_img = info.input_zip.read("RADIO/radio.img")

Completed in 215 milliseconds