Searched refs:target_file (Results 1 – 15 of 15) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files.py | 483 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") 484 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) 534 return target_file 580 target_file = common.MakeTempFile(prefix="targetfiles-", suffix=".zip") 581 shutil.copyfile(input_file, target_file) 582 common.ZipDelete(target_file, DYNAMIC_PARTITION_INFO) 587 with zipfile.ZipFile(target_file, "a", allowZip64=True) as output_zip: 589 return target_file 815 def SupportsMainlineGkiUpdates(target_file): argument 828 if target_file is None: [all …]
|
D | test_ota_from_target_files.py | 330 target_file = self.construct_tf_with_apex_info(infos) 332 with zipfile.ZipFile(target_file) as target_zip: 333 info_bytes = ConstructOtaApexInfo(target_zip, source_file=target_file) 491 target_file = GetTargetFilesZipForSecondaryImages(input_file) 493 with zipfile.ZipFile(target_file) as verify_zip: 513 target_file = GetTargetFilesZipForSecondaryImages( 516 with zipfile.ZipFile(target_file) as verify_zip: 534 target_file = GetTargetFilesZipForSecondaryImages(input_file) 536 with zipfile.ZipFile(target_file) as verify_zip: 571 target_file = GetTargetFilesZipForSecondaryImages(input_file) [all …]
|
D | non_ab_ota.py | 541 def GenerateNonAbOtaPackage(target_file, output_file, source_file=None): argument 561 if not os.path.isdir(target_file): 563 OPTIONS.input_tmp = common.UnzipTemp(target_file, UNZIP_PATTERN) 565 OPTIONS.input_tmp = target_file 569 ["zip", tmpfile, "-r", ".", "-0"], cwd=target_file) 571 target_file = tmpfile 593 with zipfile.ZipFile(target_file) as input_zip: 603 with zipfile.ZipFile(target_file) as input_zip, \
|
D | ota_utils.py | 720 def IsLz4diffCompatible(source_file: str, target_file: str): 730 if source_file is None or target_file is None: 742 def IsZucchiniCompatible(source_file: str, target_file: str): 752 if source_file is None or target_file is None: 755 assert os.path.exists(target_file) 758 assert zipfile.is_zipfile(target_file) or os.path.isdir(target_file) 774 targetEntry = ReadEntry(target_file, _ZUCCHINI_CONFIG_ENTRY_NAME) 857 def Generate(self, target_file, source_file=None, additional_args=None): argument 871 target_dir = ExtractTargetFiles(target_file)
|
/build/bazel/scripts/difftool/ |
D | difftool.py | 241 target_file = None 244 target_file = info_contents[1] 246 return ninja_path, target_file
|
/build/bazel/rules/apex/ |
D | apex_aab.bzl | 121 target_file = python_interpreter, 130 target_file = bundle_file, 149 target_file = ctx.executable._debugfs, 155 target_file = ctx.executable._fsck_erofs, 161 target_file = ctx.attr._signapk_jar.files.to_list()[0], 167 target_file = ctx.attr._libconscrypt_openjdk_jni.files.to_list()[1],
|
/build/bazel/rules/cc/ |
D | cc_prebuilt_binary.bzl | 28 target_file = ctx.files.src[0],
|
D | versioned_cc_common.bzl | 28 target_file = ctx.files.src[0],
|
D | stripped_cc_common.bzl | 74 target_file = file,
|
/build/bazel/rules/partitions/ |
D | partition.bzl | 42 target_file = python_interpreter, 57 target_file = toolchain.toybox[DefaultInfo].files_to_run.executable, 63 target_file = toolchain.toybox[DefaultInfo].files_to_run.executable,
|
/build/bazel/rules/android/ |
D | android_library.bzl | 89 target_file = ctx.attr.exports[0][AndroidIdeInfo].aar,
|
/build/bazel/toolchains/rust/bootstrap/ |
D | defs.bzl | 101 ctx.actions.symlink(output = out, target_file = inp)
|
/build/bazel/rules/ |
D | proto_file_utils.bzl | 67 target_file = jar_file,
|
/build/bazel/rules/aidl/ |
D | aidl_library.bzl | 45 target_file = src,
|
/build/bazel/rules/tradefed/ |
D | tradefed.bzl | 386 target_file = out,
|