OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOURCES_LIST
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
download-toolchain-sources.sh
180
(printf "%-38s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION) >> $
SOURCES_LIST
188
SOURCES_LIST
=$(pwd)/SOURCES
189
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
284
cp $
SOURCES_LIST
$SRC_DIR/SOURCES
285
fail_panic "Could not copy $
SOURCES_LIST
to $SRC_DIR"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh
442
SOURCES_LIST
=$WORK_DIR/SOURCES
455
rm -f "$
SOURCES_LIST
" && touch "$
SOURCES_LIST
"
1270
SOURCES_LIST
=$TOOLCHAIN_SRC_DIR/SOURCES
1271
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
1273
toolchain_clone $SUB $
SOURCES_LIST
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh
442
SOURCES_LIST
=$WORK_DIR/SOURCES
455
rm -f "$
SOURCES_LIST
" && touch "$
SOURCES_LIST
"
1270
SOURCES_LIST
=$TOOLCHAIN_SRC_DIR/SOURCES
1271
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
1273
toolchain_clone $SUB $
SOURCES_LIST
[
all
...]
Completed in 332 milliseconds