Lines Matching refs:out
35 ` --cache ${out}.tmp` +
36 ` && ( if cmp -s ${out}.tmp ${out} ; then rm ${out}.tmp ; else mv ${out}.tmp ${out} ; fi )`,
49 ` --out ${out}.tmp` +
50 ` && ( if cmp -s ${out}.tmp ${out} ; then rm ${out}.tmp ; else mv ${out}.tmp ${out} ; fi )`,
60 Command: `${aconfig} dump-cache --dedup --format protobuf --out ${out} ${cache_files}`,
67 Command: `${aconfig} dump-cache --dedup --format textproto --out ${out} ${cache_files}`,
75 …Command: `${aconfig} create-storage --container ${container} --file ${file_type} --out ${out} ${ca…
90 Command: `rm -rf ${out}.tmp` +
93 ` ${aconfig} create-java-lib --cache $$cache --mode=exported --out ${out}.tmp; ` +
96 `&& $soong_zip -write_if_changed -jar -o ${out} -C ${out}.tmp -D ${out}.tmp` +
97 `&& rm -rf ${out}.tmp`,