Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dota_from_target_files.py429 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 …]
Dota_from_target_files429 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 …]
Dtest_ota_from_target_files.py314 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 …]
Dota_utils.py644 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…
Dnon_ab_ota.py546 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/
Ddifftool.py180 target_file = None
183 target_file = info_contents[1]
185 return ninja_path, target_file
/build/bazel/rules/cc/
Dversioned_cc_common.bzl33 target_file = ctx.files.src[0],
Dstripped_cc_common.bzl54 target_file = ctx.files.src[0],
Dcc_library_shared.bzl358 target_file = shared_lib,
/build/bazel/rules/
Dproto_file_utils.bzl68 target_file = jar_file,