/build/make/tools/releasetools/ |
D | target_files_diff.py | 136 def diff(name, file1, file2, out_file): argument 149 print("%s: Binary files differ" % name, file=out_file) 152 print("%s: %s" % (name, line), file=out_file) 154 def recursiveDiff(prefix, dir1, dir2, out_file): argument 175 file=out_file) 178 print("%s: File types differ, skipping compare" % name, file=out_file) 187 print("%s: File types differ, skipping compare" % name, file=out_file) 192 (name, stat1.st_mode, stat2.st_mode), file=out_file) 195 recursiveDiff(name, name1, name2, out_file) 197 diff(name, name1, name2, out_file) [all …]
|
D | build_image.py | 266 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument 298 build_command.extend([in_dir, out_file, fs_type, 378 build_command.extend([out_file, in_dir]) 385 build_command.extend([in_dir, out_file]) 407 build_command.extend([out_file, prop_dict["image_size"]]) 474 run_fsck(out_file) 477 temp_file = out_file + ".sparse" 478 img2simg_argv = ["img2simg", out_file, temp_file] 480 os.rename(temp_file, out_file) 485 def RunE2fsck(out_file): argument [all …]
|
D | verity_utils.py | 128 def PadSparseImage(self, out_file): argument 132 def Build(self, out_file): argument 260 def PadSparseImage(self, out_file): argument 264 def Build(self, out_file): argument 275 "--image", out_file] 353 out_file = argv[1] 367 image_size = GetDiskUsage(out_file) 373 builder.Build(out_file)
|
D | payload_signer.py | 171 out_file = common.MakeTempFile(prefix="signed-", suffix=".bin") 172 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file] 174 return out_file
|
D | sign_target_files_apks.py | 501 open(uncompressed.name, "wb") as out_file: 502 shutil.copyfileobj(in_file, out_file) 541 gzip.open(compressed.name, "wb") as out_file: 542 shutil.copyfileobj(in_file, out_file)
|
D | ota_from_target_files.py | 1538 with open(OPTIONS.log_diff, 'w') as out_file: 1540 '', source_dir, target_dir, out_file)
|
/build/bazel/rules/cc/ |
D | versioned_cc_common.bzl | 21 out_file = ctx.actions.declare_file(prefix + ctx.attr.name + extension) 27 output = out_file, 30 return out_file 34 outputs = [out_file], 41 output = out_file.path, 48 return out_file 75 out_file = stamp_build_number(ctx) 79 files = depset([out_file]), 80 executable = out_file, 94 out_file = stamp_build_number(ctx, "lib", ".so") [all …]
|
D | generate_toc.bzl | 27 out_file = ctx.actions.declare_file(toc_name) 37 outputs = [out_file, d_file], 45 out_file.path, 51 return CcTocInfo(toc = out_file)
|
D | stripped_cc_common.bzl | 65 out_file = ctx.actions.declare_file( 73 output = out_file, 76 return out_file 100 outputs = [out_file, d_file], 106 out_file.path, 112 return out_file 186 …out_file = stripped_impl(ctx, ctx.file.src, prefix = "lib", extension = ".so", subdir = ctx.attr.n… 189 DefaultInfo(files = depset([out_file])), 233 …out_file = stripped_impl(ctx, ctx.file.src, stem = ctx.attr.stem, suffix = ctx.attr.suffix, subdir… 237 files = depset([out_file]), [all …]
|
/build/make/tools/ |
D | list_files.py | 26 self.out_file = args.out_file 89 if self.out_file == "": 92 write_lines(self.out_file, self.files_list) 104 def write_lines(out_file: str, lines: List[str]) -> None: 105 with open(out_file, "w+") as f:
|
/build/make/tools/fs_config/end_to_end_test/ |
D | run_test.sh | 9 --out_file result_system_fs_config_files \ 21 --out_file result_system_fs_config_dirs \ 32 --out_file result_vendor_fs_config_files \ 43 --out_file result_vendor_fs_config_dirs \ 54 --out_file result_product_fs_config_files \ 65 --out_file result_product_fs_config_dirs \
|
/build/bazel/rules/ |
D | gensrcs.bzl | 38 # <path-to-in_file>/out_file 48 # out_file is at output_file_path that is relative to <GENDIR>/<package-dir> 49 # Hence, the fullpath to out_file is 50 # <GENDIR>/<package-dir>/<path-to-in_file>/out_file 51 out_file = ctx.actions.declare_file(out_file_path) 54 .replace("$(OUT)", out_file.path) 57 outputs = [out_file], 61 out_file.path, 65 out_files.append(out_file)
|
/build/bazel/rules/java/ |
D | event_log_tags.bzl | 23 out_file = ctx.actions.declare_file(out_filename) 24 out_files.append(out_file) 27 outputs = [out_file], 30 out_file.path,
|
D | java_aconfig_library.bzl | 72 out_file = ctx.actions.declare_file(ctx.label.name + ".jar") 77 output = out_file, 84 files = depset([out_file]),
|
/build/bazel_common_rules/exec/impl/ |
D | embedded_exec.bzl | 31 out_file = ctx.actions.declare_file(ctx.label.name) 54 ctx.actions.write(out_file, content, is_executable = True) 60 files = depset([out_file]), 61 executable = out_file,
|
D | exec.bzl | 27 out_file = ctx.actions.declare_file(ctx.label.name) 41 ctx.actions.write(out_file, content, is_executable = True) 43 runfiles = ctx.runfiles(files = ctx.files.data + [out_file]) 47 files = depset([out_file]), 48 executable = out_file,
|
/build/make/tools/fs_config/ |
D | Android.mk | 123 --out_file $@ \ 150 --out_file $@ \ 180 --out_file $@ \ 207 --out_file $@ \ 237 --out_file $@ \ 264 --out_file $@ \ 294 --out_file $@ \ 321 --out_file $@ \
|
D | fs_config_generator.py | 1009 def _to_fs_entry(self, fs_config, out_file): argument 1079 out_file.write(length_binary) 1080 out_file.write(mode_binary) 1081 out_file.write(user_binary) 1082 out_file.write(group_binary) 1083 out_file.write(caps_binary) 1084 out_file.write(path_binary)
|
D | Android.bp | 265 "--out_file $(out) "
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/jarhosttest/ |
D | BUILD.bazel.template | 45 out_file=$${{out_files[$$i]}} 47 cp $$src_file $$out_file
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/instrumentation/ |
D | BUILD.bazel.template | 45 out_file=$${{out_files[$$i]}} 47 cp $$src_file $$out_file
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/native/ |
D | BUILD.bazel.template | 52 out_file=$${{out_files[$$i]}} 54 cp $$src_file $$out_file
|
/build/bazel/rules/bpf/ |
D | bpf.bzl | 106 for in_file, out_file in zip(srcs, out_files): 109 outputs = [out_file], 111 arguments = [args] + [in_file.path, "-o", out_file.path],
|
/build/bazel/rules/aidl/ |
D | aidl_library.bzl | 213 out_file = ctx.actions.declare_file(out_filename, sibling = aidl_file) 214 out_files.append(out_file) 227 args.add(out_file) 231 outputs = [out_file],
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 235 out_file=$${{out_files[$$i]}} 237 cp $$src_file $$out_file
|