Lines Matching full:ccache
57 CCACHE=
61 CCACHE=
64 # use ccache bundled in AOSP source tree
65 CCACHE=${ANDROID_BUILD_TOP:-$(dirname $0)/../..}/prebuilts/misc/$HOST_TAG/ccache/ccache
66 [ -x $CCACHE ] || CCACHE=
84 --ccache=*)
85 CCACHE=$optarg
127 echo " --ccache=<path> use compiler cache [${CCACHE:-not set}]"
331 if [ "$CCACHE" ] ; then
332 echo "Using ccache program: $CCACHE"
333 CROSSPREFIX="$CCACHE $CROSSPREFIX"