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

  /device/google/dragon/
releasetools.py 37 target_bootloader_img = info.target_zip.read("RADIO/bootloader.img")
38 target_ec_img = info.target_zip.read("RADIO/ec.bin")
  /external/autotest/server/site_tests/android_ACTS/
android_ACTS.py 99 target_zip = os.path.join(ts_tempfolder, 'acts.zip')
105 test_station, override_acts_zip, target_zip)
118 target_zip)
121 test_station, job_repo_url, target_zip)
  /device/lge/bullhead/
releasetools.py 44 target_radio_img = FindRadio(info.target_zip)
64 target_bootloader_img = info.target_zip.read("RADIO/bootloader.img")
77 tf = FindRadio(info.target_zip)
  /build/make/tools/releasetools/
ota_from_target_files 319 def AddCompatibilityArchive(target_zip, output_zip, system_included=True,
324 target_zip then added to compatibility.zip which is added to the output_zip
332 target_zip: Zip file containing the source files to be included for OTA.
358 if target_file_name in target_zip.namelist():
359 data = target_zip.read(target_file_name)
588 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_zip):
619 target_zip=target_zip,
673 if HasVendorPartition(target_zip):
    [all...]
ota_from_target_files.py 319 def AddCompatibilityArchive(target_zip, output_zip, system_included=True,
324 target_zip then added to compatibility.zip which is added to the output_zip
332 target_zip: Zip file containing the source files to be included for OTA.
358 if target_file_name in target_zip.namelist():
359 data = target_zip.read(target_file_name)
588 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_zip):
619 target_zip=target_zip,
673 if HasVendorPartition(target_zip):
    [all...]
  /device/huawei/angler/
releasetools.py 116 target_radio_img = FindRadio(info.target_zip)
137 target_bootloader_img = info.target_zip.read("RADIO/bootloader.img")
155 target_radio_image = FindRadio(info.target_zip)
  /device/asus/fugu/
releasetools.py 90 target_bootloader_img = info.target_zip.read("RADIO/bootloader.img")

Completed in 102 milliseconds