Lines Matching +full:out +full:- +full:file
4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
108 cmd: "$(location host_tool) gen < $(in) > $(out)",
111 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < src_file > __SBOX_SANDBOX_DIR__/out/p…
114 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_suffix",
123 cmd: "$(location host_tool) gen < $(in) > $(out)",
126 …-c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < src_file_1 > __SBOX_SANDBOX_DIR__/out/prefi…
129 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_1_suffix",
130 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_2_suffix",
139 cmd: "$(location host_tool) gen < $(in) > $(out)",
142 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < src_file > __SBOX_SANDBOX_DIR__/out/p…
145 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_suffix",
154 cmd: "$(location host_tool) gen < $(in) > $(out)",
157 …-c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < src_file_1 > __SBOX_SANDBOX_DIR__/out/prefi…
160 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_1_suffix",
161 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_2_suffix",
170 cmd: "$(location tool_src_file) gen < $(in) > $(out)",
173 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/tool_src_file gen < src_file > __SBOX_SANDBOX_DIR__/out/p…
176 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_suffix",
185 cmd: "$(location tool_src_file) gen < $(in) > $(out)",
188 …-c '__SBOX_SANDBOX_DIR__/tools/src/tool_src_file gen < src_file_1 > __SBOX_SANDBOX_DIR__/out/prefi…
191 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_1_suffix",
192 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_2_suffix",
201 cmd: "$(location tool_src_file) gen < $(in) > $(out)",
204 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/tool_src_file gen < src_file > __SBOX_SANDBOX_DIR__/out/p…
207 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_suffix",
216 cmd: "$(location tool_src_file) gen < $(in) > $(out)",
219 …-c '__SBOX_SANDBOX_DIR__/tools/src/tool_src_file gen < src_file_1 > __SBOX_SANDBOX_DIR__/out/prefi…
222 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_1_suffix",
223 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_2_suffix",
232 cmd: "$(location tool_src_file_1) $(location tool_src_file_2) gen < $(in) > $(out)",
235 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/tool_src_file_1 __SBOX_SANDBOX_DIR__/tools/src/tool_src_f…
238 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/prefix_src_file_suffix",
245 srcs: ["txt/a/file.txt"],
247 cmd: "$(location host_tool) gen < $(in) > $(out)",
250 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < txt/a/file.txt > __SBOX_SANDBOX_DIR__…
253 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/file",
260 srcs: ["txt/a/file.txt"],
262 cmd: "$(location host_tool) gen < $(in) > $(out)",
265 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < txt/a/file.txt > __SBOX_SANDBOX_DIR__…
268 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/file.txt",
275 srcs: ["txt/a/file.txt"],
277 cmd: "$(location host_tool) gen < $(in) > $(out)",
280 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < txt/a/file.txt > __SBOX_SANDBOX_DIR__…
283 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/txt/a/file",
290 srcs: ["txt/a/file.txt"],
292 cmd: "$(location host_tool) gen < $(in) > $(out)",
295 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < txt/a/file.txt > __SBOX_SANDBOX_DIR__…
298 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/txt/a/file.txt",
307 cmd: "$(location host_tool) gen < $(in) > $(out)",
310 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < src_file > __SBOX_SANDBOX_DIR__/out/o…
313 "out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/output",
323 cmd: "$(location host_tool) gen < $(in) > $(out)",
326 …"bash -c '__SBOX_SANDBOX_DIR__/tools/src/out/host_tool gen < src_file > __SBOX_SANDBOX_DIR__/out/l…
329 …"out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/legacy_prefix_src_file_legacy_suffi…
336 cmd: "$(location host_tool) gen < $(in) > $(out)",
338 err: "must have at least one source file",
345 cmd: "$(location host_tool) gen < $(in) > $(out)",
347 err: "must have at least one source file",
415 cmd: "cp $(in) $(out)",
434 expectedCmd := "bash -c cp in1 __SBOX_SANDBOX_DIR__/out/in1.h"
440 expectedFiles := []string{"out/soong/.intermediates/codegen/gen/wayland_protocol_codegen/in1.h"}
456 t.outputFile = android.PathForTesting("out", ctx.ModuleName())