OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCACHE
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
gen-toolchain-wrapper.sh
88
CCACHE
=
89
register_var_option "--
ccache
=<prefix>"
CCACHE
"Use
ccache
compiler driver"
132
if [ -n "$
CCACHE
" ]; then
133
DST_PREFIX=$
CCACHE
" "$DST_PREFIX
/prebuilts/qemu-kernel/arm/
rebuild.sh
266
# Do we have
ccache
in our path?
267
find_program
CCACHE
ccache
268
if [ -n "$
CCACHE
" ]; then
269
echo "Using
ccache
program: $
CCACHE
"
270
CROSS_COMPILE="
ccache
$CROSS_COMPILE"
/external/qemu/
android-configure.sh
196
# use
ccache
if USE_CCACHE is defined and the corresponding
199
# note: located in PREBUILT/
ccache
/
ccache
in the new tree layout
200
# located in PREBUILT/
ccache
in the old one
203
CCACHE
="$ANDROID_PREBUILT/
ccache
/
ccache
$EXE"
204
if [ ! -f $
CCACHE
] ; then
205
CCACHE
="$ANDROID_PREBUILT/
ccache
$EXE
[
all
...]
Completed in 273 milliseconds