Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dota_utils.py871 target_dir = ExtractTargetFiles(target_file)
874 with open(os.path.join(target_dir, "META", "ab_partitions.txt"), "r") as fp:
878 ["--new_partitions", GetPartitionImages(target_dir, ab_partitions, False)])
880 ["--new_mapfiles", GetPartitionMaps(target_dir, ab_partitions)])
893 target_dir, "META", "postinstall_config.txt")
898 target_dir, "META", "dynamic_partitions_info.txt")
904 target_dir, "META", "apex_info.pb")
909 os.path.join(target_dir, "META", "update_engine_config.txt"))
Dapex_utils.py564 target_dir = os.path.join(tmp_dir, apex_subdir)
568 if not os.path.exists(target_dir):
569 logger.info('No APEX directory at path: %s', target_dir)
584 for apex_filename in sorted(os.listdir(target_dir)):
585 apex_filepath = os.path.join(target_dir, apex_filename)
Dota_from_target_files.py1534 target_dir = common.UnzipTemp(args[0], TARGET_DIFFING_UNZIP_PATTERN)
1540 '', source_dir, target_dir, out_file)
/build/make/tools/releasetools/merge/
Dmerge_target_files.py374 def generate_super_empty_image(target_dir, output_super_empty): argument
385 misc_info_txt = os.path.join(target_dir, 'META', 'misc_info.txt')
394 super_empty_img = os.path.join(target_dir, 'IMAGES', 'super_empty.img')