Home
last modified time | relevance | path

Searched refs:HasPartition (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dadd_img_to_target_files679 def HasPartition(partition_name):
762 has_vendor = HasPartition("vendor")
763 has_odm = HasPartition("odm")
764 has_vendor_dlkm = HasPartition("vendor_dlkm")
765 has_odm_dlkm = HasPartition("odm_dlkm")
766 has_product = HasPartition("product")
767 has_system_ext = HasPartition("system_ext")
768 has_system = HasPartition("system")
769 has_system_other = HasPartition("system_other")
H A Dadd_img_to_target_files.py679 def HasPartition(partition_name): function
762 has_vendor = HasPartition("vendor")
763 has_odm = HasPartition("odm")
764 has_vendor_dlkm = HasPartition("vendor_dlkm")
765 has_odm_dlkm = HasPartition("odm_dlkm")
766 has_product = HasPartition("product")
767 has_system_ext = HasPartition("system_ext")
768 has_system = HasPartition("system")
769 has_system_other = HasPartition("system_other")
H A Dcheck_target_files_vintf.py252 return HasPartition(zipfile.ZipFile(target_files, allowZip64=True), "vendor")
259 def HasPartition(target_files_zip, partition): function
H A Dnon_ab_ota.py23 from check_target_files_vintf import CheckVintfIfTrebleEnabled, HasPartition
35 if not HasPartition(source_zip, name):
79 if not HasPartition(target_zip, partition):