Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dadd_img_to_target_files.py825 def HasPartition(partition_name): function
914 has_vendor = HasPartition("vendor")
915 has_odm = HasPartition("odm")
916 has_vendor_dlkm = HasPartition("vendor_dlkm")
917 has_odm_dlkm = HasPartition("odm_dlkm")
918 has_system_dlkm = HasPartition("system_dlkm")
919 has_product = HasPartition("product")
920 has_system_ext = HasPartition("system_ext")
921 has_system = HasPartition("system")
922 has_system_other = HasPartition("system_other")
Dcheck_target_files_vintf.py309 return HasPartition(zipfile.ZipFile(target_files, allowZip64=True), "vendor")
316 def HasPartition(target_files_zip, partition): function
Dnon_ab_ota.py23 from check_target_files_vintf import CheckVintfIfTrebleEnabled, HasPartition
36 if not HasPartition(source_zip, name):
72 if not HasPartition(target_zip, partition):