Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 25 of 28) sorted by relevance

12

/build/make/tools/releasetools/
Dtarget_files_diff.py136 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 …]
Dbuild_image.py266 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 …]
Dverity_utils.py128 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)
Dpayload_signer.py171 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
Dsign_target_files_apks.py501 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)
Dota_from_target_files.py1538 with open(OPTIONS.log_diff, 'w') as out_file:
1540 '', source_dir, target_dir, out_file)
/build/bazel/rules/cc/
Dversioned_cc_common.bzl21 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 …]
Dgenerate_toc.bzl27 out_file = ctx.actions.declare_file(toc_name)
37 outputs = [out_file, d_file],
45 out_file.path,
51 return CcTocInfo(toc = out_file)
Dstripped_cc_common.bzl65 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
186out_file = stripped_impl(ctx, ctx.file.src, prefix = "lib", extension = ".so", subdir = ctx.attr.n…
189 DefaultInfo(files = depset([out_file])),
233out_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/
Dlist_files.py26 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/
Drun_test.sh9 --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/
Dgensrcs.bzl38 # <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/
Devent_log_tags.bzl23 out_file = ctx.actions.declare_file(out_filename)
24 out_files.append(out_file)
27 outputs = [out_file],
30 out_file.path,
Djava_aconfig_library.bzl72 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/
Dembedded_exec.bzl31 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,
Dexec.bzl27 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/
DAndroid.mk123 --out_file $@ \
150 --out_file $@ \
180 --out_file $@ \
207 --out_file $@ \
237 --out_file $@ \
264 --out_file $@ \
294 --out_file $@ \
321 --out_file $@ \
Dfs_config_generator.py1009 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)
DAndroid.bp265 "--out_file $(out) "
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/jarhosttest/
DBUILD.bazel.template45 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/
DBUILD.bazel.template45 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/
DBUILD.bazel.template52 out_file=$${{out_files[$$i]}}
54 cp $$src_file $$out_file
/build/bazel/rules/bpf/
Dbpf.bzl106 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/
Daidl_library.bzl213 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/
DREADME.md235 out_file=$${{out_files[$$i]}}
237 cp $$src_file $$out_file

12