Home | History | Annotate | Download | only in tools

Lines Matching refs:OUT

31 OUT=
33 register_option "--out=<file>" do_out "Specify output executable path" "$OUT"
34 do_out () { CUSTOM_OUT=true; OUT=$1; }
42 OUT=$ANDROID_NDK_ROOT/$(get_prebuilt_host_exec sed)
43 log "Auto-config: --out=$OUT"
72 run mkdir -p $(dirname "$OUT") && cp sed/$(get_host_exec_name sed) $OUT
73 fail_panic "Could not copy executable to: $OUT"