Searched refs:target_file (Results 1 – 10 of 10) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files.py | 429 def Generate(self, target_file, source_file=None, additional_args=None): argument 445 "--target_image", target_file] 748 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") 749 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) 796 return target_file 818 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") 819 shutil.copyfile(input_file, target_file) 820 common.ZipDelete(target_file, POSTINSTALL_CONFIG) 821 return target_file 838 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") [all …]
|
D | ota_from_target_files | 429 def Generate(self, target_file, source_file=None, additional_args=None): argument 445 "--target_image", target_file] 748 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") 749 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) 796 return target_file 818 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") 819 shutil.copyfile(input_file, target_file) 820 common.ZipDelete(target_file, POSTINSTALL_CONFIG) 821 return target_file 838 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") [all …]
|
D | test_ota_from_target_files.py | 314 target_file = self.construct_tf_with_apex_info(infos) 316 with zipfile.ZipFile(target_file) as target_zip: 317 info_bytes = ConstructOtaApexInfo(target_zip, source_file=target_file) 401 target_file = GetTargetFilesZipForSecondaryImages(input_file) 403 with zipfile.ZipFile(target_file) as verify_zip: 423 target_file = GetTargetFilesZipForSecondaryImages( 426 with zipfile.ZipFile(target_file) as verify_zip: 444 target_file = GetTargetFilesZipForSecondaryImages(input_file) 446 with zipfile.ZipFile(target_file) as verify_zip: 481 target_file = GetTargetFilesZipForSecondaryImages(input_file) [all …]
|
D | ota_utils.py | 644 def IsLz4diffCompatible(source_file: str, target_file: str): 654 if source_file is None or target_file is None: 666 def IsZucchiniCompatible(source_file: str, target_file: str): 676 if source_file is None or target_file is None: 679 assert os.path.exists(target_file) 682 assert zipfile.is_zipfile(target_file) or os.path.isdir(target_file) 698 …return ReadEntry(source_file, _ZUCCHINI_CONFIG_ENTRY_NAME) == ReadEntry(target_file, _ZUCCHINI_CON…
|
D | non_ab_ota.py | 546 def GenerateNonAbOtaPackage(target_file, output_file, source_file=None): argument 567 OPTIONS.input_tmp = common.UnzipTemp(target_file, UNZIP_PATTERN) 588 with zipfile.ZipFile(target_file) as input_zip: 598 with zipfile.ZipFile(target_file) as input_zip, \
|
/build/bazel/scripts/difftool/ |
D | difftool.py | 180 target_file = None 183 target_file = info_contents[1] 185 return ninja_path, target_file
|
/build/bazel/rules/cc/ |
D | versioned_cc_common.bzl | 33 target_file = ctx.files.src[0],
|
D | stripped_cc_common.bzl | 54 target_file = ctx.files.src[0],
|
D | cc_library_shared.bzl | 358 target_file = shared_lib,
|
/build/bazel/rules/ |
D | proto_file_utils.bzl | 68 target_file = jar_file,
|