Searched refs:AB_PARTITIONS (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files | 276 AB_PARTITIONS = 'META/ab_partitions.txt' variable 282 RETROFIT_DAP_UNZIP_PATTERN = ['OTA/super_*.img', AB_PARTITIONS] 1714 if info.filename == AB_PARTITIONS: 1792 ab_partitions_file = os.path.join(input_tmp, *AB_PARTITIONS.split('/')) 1801 super_device_not_updated, AB_PARTITIONS) 1812 to_delete = [AB_PARTITIONS] 1837 common.ZipWrite(target_zip, new_ab_partitions, arcname=AB_PARTITIONS)
|
D | ota_from_target_files.py | 276 AB_PARTITIONS = 'META/ab_partitions.txt' variable 282 RETROFIT_DAP_UNZIP_PATTERN = ['OTA/super_*.img', AB_PARTITIONS] 1714 if info.filename == AB_PARTITIONS: 1792 ab_partitions_file = os.path.join(input_tmp, *AB_PARTITIONS.split('/')) 1801 super_device_not_updated, AB_PARTITIONS) 1812 to_delete = [AB_PARTITIONS] 1837 common.ZipWrite(target_zip, new_ab_partitions, arcname=AB_PARTITIONS)
|