Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dota_from_target_files.py687 def GetInfoForSecondaryImages(info_file): argument
689 with open(info_file) as f:
835 for info_file in ['META/misc_info.txt', DYNAMIC_PARTITION_INFO]:
836 if info_file not in input_zip.namelist():
837 logger.warning('Cannot find %s in input zipfile', info_file)
839 content = input_zip.read(info_file).decode()
842 common.ZipWriteStr(partial_target_zip, info_file, modified_info)