Home | History | Annotate | Download | only in tools

Lines Matching refs:NAME

36 # the default release name (use today's date)
38 register_var_option "--release=<name>" RELEASE "Specify release name"
71 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
108 tool name, and <system> is one of: $SYSTEMS
221 # Check that the name ends with the proper host tag
224 fail_panic "The name of the prebuilt NDK must end in $HOST_NDK_SUFFIX"
258 # Translate name to 64-bit's counterpart
259 # $1: prebuilt name
262 local NAME=$1
263 case $NAME in
265 NAME=${NAME}-x86_64
268 NAME=${NAME}_64
271 echo $NAME
275 # $1: prebuilt name, relative to $PREBUILT_DIR
412 # name. This is used by the build script to detect whether you're
521 find $DSTDIR/toolchains $DSTDIR64/toolchains -name "*ld.mcld*" -exec rm -f {} \;