Home
last modified time | relevance | path

Searched refs:TOPDIR (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/
Dgetsrcs.sh22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
30 ./utils/llvmdo -topdir "$TOPDIR" \
Dcountloc.sh25 TOPDIR="$2"
28 TOPDIR=`llvm-config --src-root`
32 if test -d "$TOPDIR" ; then
33 cd $TOPDIR
34 …./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | …
Dllvmgrep22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
35 ./utils/llvmdo -topdir "$TOPDIR" \
Dllvmdo46 TOPDIR="$2"
49 TOPDIR=`llvm-config --src-root`
167 if test -d "$TOPDIR" ; then
168 cd $TOPDIR
183 echo "Can't find LLVM top directory in $TOPDIR"
/external/valgrind/tsan/
Dget_and_build_tsan.sh20 TOPDIR=`pwd`
45 cd $TOPDIR/third_party || exit 1
49 cd $TOPDIR/tsan || exit 1
54 TSAN=$TOPDIR/tsan/bin/tsan-$VG_ARCH-$VG_OS-self-contained.sh
57 cd $TOPDIR/unittest || exit 1
/external/oprofile/module/ia64/
DMakefile.in26 TOPDIR := $(KSRC)
27 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
/external/oprofile/module/
DMakefile.in18 TOPDIR := $(KSRC)
19 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
/external/oprofile/module/x86/
DMakefile.in24 TOPDIR := $(KSRC)
25 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
/external/qemu/distrib/
Dmake-distrib.sh12 TOPDIR=`cd $CURDIR/.. && pwd`
27 cd $TMPDIR && git clone file://$TOPDIR $QEMUDIR && rm -rf $QEMUDIR/.git