OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_DIR
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/scripts/
setup_eclipse.sh
43
BASE_DIR
="$1"
53
BIN="$
BASE_DIR
/eclipse/eclipse" # path to installed binary
54
TARGZ="$
BASE_DIR
/${DOWNLOAD_URL##*/}" # base dir + filename of the download URL
55
CDTZIP="$
BASE_DIR
/${CDT_DOWNLOAD_URL##*/}"
58
echo "Downloading and installing Eclipse in $
BASE_DIR
."
59
mkdir -p "$
BASE_DIR
"
63
(cd "$
BASE_DIR
" && tar xzf "$TARGZ")
67
(cd "$
BASE_DIR
/eclipse" && unzip -o "$CDTZIP")
78
echo "$ECLIPSE_PID" > "$
BASE_DIR
"/eclipse.pid
build_plugins.sh
86
BASE_DIR
=/buildbot/eclipse-android
88
echo "ECLIPSE_HOME not set, using $
BASE_DIR
as default"
90
if [ ! -d "$
BASE_DIR
" ]; then
91
mkdir -p "$
BASE_DIR
" || die "Please create a directory $
BASE_DIR
where Eclipse will be installed, i.e. execute 'mkdir -p $
BASE_DIR
&& chown $USER $
BASE_DIR
'."
96
BASE_DIR
="$
BASE_DIR
/$VERSION"
97
scripts/setup_eclipse.sh -p "$
BASE_DIR
"
[
all
...]
/external/e2fsprogs/lib/ext2fs/tdb/
build-tdb
6
#
BASE_DIR
=/usr/projects/samba/samba-4.0.0tp4/source/lib/tdb
7
BASE_DIR
=/usr/projects/samba/tdb
14
(cd $
BASE_DIR
/common; svn info ) > .svninfo
21
cat $
BASE_DIR
/common/tdb_private.h >> tdb.c
27
sed -e '1,/#include "tdb_private.h"/d' < $
BASE_DIR
/common/$i >> tdb.c
30
cp $
BASE_DIR
/include/tdb.h .
31
cp $
BASE_DIR
/tools/tdbtool.c .
/development/scripts/
combine_sdks.sh
53
BASE_DIR
="$TMP"/base
55
OUTPUT_TMP_ZIP="$
BASE_DIR
/$TMP_ZIP"
57
unzip $Q "$BASE" -d "$
BASE_DIR
"
60
UNZIPPED_BASE_DIR=$(echo "$
BASE_DIR
"/*)
88
pushd "$
BASE_DIR
" &> /dev/null
100
mv $V "$
BASE_DIR
"/* "$OUT_DIR"
/tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/resources/
AndroidProjectResources.java
37
private static final String
BASE_DIR
= "/res/values/";
42
private static final String STRINGS_FILE =
BASE_DIR
+ "strings.xml";
47
private static final String COLORS_FILE =
BASE_DIR
+ "colors.xml";
57
private static final String DIMENS_FILE =
BASE_DIR
+ "dimens.xml";
/tools/motodev/makefile/
build.properties
21
SIGNTOOL = ${
BASE_DIR
}/env/osslsigncode
187
base=${
BASE_DIR
}
/tools/motodev/makefile/preflighting/
build.properties
173
base=${
BASE_DIR
}
/tools/motodev/makefile/preflighting/product/
build.properties
156
base=${
BASE_DIR
}
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
52
private final static String
BASE_DIR
=
120
File tmpSaveFile = new File(
BASE_DIR
+ File.separator + TMP_FILENAME);
170
File tmpSaveFile = new File(
BASE_DIR
+ File.separator + TMP_FILENAME);
233
File tmpSaveFile = new File(
BASE_DIR
+ File.separator + TMP_FILENAME);
Completed in 780 milliseconds