OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSTDIR
(Results
1 - 13
of
13
) sorted by null
/ndk/build/tools/
dev-platform-expand-all.sh
30
DSTDIR
=/tmp/ndk-$USER/platforms
31
register_var_option "--dst-dir=<path>"
DSTDIR
"Destination directory"
54
log "Using destination directory: $
DSTDIR
"
59
$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$
DSTDIR
--arch=$(spaces_to_commas $ARCHS)
63
log "Done! See $
DSTDIR
"
dev-platform-expand.sh
62
DSTDIR
=/tmp/ndk-$USER/platforms
63
register_var_option "--dst-dir=<path>"
DSTDIR
"Destination directory"
116
if [ ! -d "$
DSTDIR
" ]; then
117
mkdir -p "$
DSTDIR
"
119
echo "ERROR: Could not create destination directory: $
DSTDIR
"
123
log "Using destination directory: $
DSTDIR
"
205
DDIR="$
DSTDIR
/android-$PLATFORM"
build-platforms.sh
54
DSTDIR
="$ANDROID_NDK_ROOT"
119
echo " --dst-dir=<path> Destination directory [$
DSTDIR
]"
156
DSTDIR
="$OPTION_DSTDIR"
158
log "Using destination directory: $
DSTDIR
"
231
# $2: destination directory (relative to $
DSTDIR
)
236
local DDIR="$
DSTDIR
/$2"
251
# $2: destination directory (relative to $
DSTDIR
)
255
mkdir -p "$
DSTDIR
/$2"
256
files=`cd $
DSTDIR
/$1 && ls -1p | grep -v -e '.*/'`
257
subdirs=`cd $
DSTDIR
/$1 && ls -1p | grep -e '.*/' | sed -e 's!/$!!g'
[
all
...]
build-gabi++.sh
115
local
DSTDIR
="$3"
121
if [ -z "$
DSTDIR
" ]; then
122
DSTDIR
=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI
125
mkdir -p "$
DSTDIR
"
129
builder_set_dstdir "$
DSTDIR
"
136
log "Building $
DSTDIR
/libgabi++_static.a"
139
log "Building $
DSTDIR
/libgabi++_shared.so"
build-stlport.sh
148
local
DSTDIR
="$3"
154
if [ -z "$
DSTDIR
" ]; then
155
DSTDIR
=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI
158
mkdir -p "$
DSTDIR
"
162
builder_set_dstdir "$
DSTDIR
"
177
log "Building $
DSTDIR
/libstlport_static.a"
180
log "Building $
DSTDIR
/libstlport_shared.so"
gen-system-symbols.sh
57
DSTDIR
=$2
64
if [ -z "$
DSTDIR
" ]; then
74
mkdir -p $
DSTDIR
75
fail_panic "Could not create destination directory: $
DSTDIR
"
194
(echo "$FUNCS" | tr ' ' '\n') > $
DSTDIR
/$LIB.functions.txt
195
(echo "$VARS" | tr ' ' '\n') > $
DSTDIR
/$LIB.variables.txt
gen-platforms.sh
54
DSTDIR
="$ANDROID_NDK_ROOT"
127
echo " --dst-dir=<path> Destination directory [$
DSTDIR
]"
170
DSTDIR
="$OPTION_DSTDIR"
172
log "Using destination directory: $
DSTDIR
"
250
# $2: destination directory (relative to $
DSTDIR
)
255
local DDIR="$
DSTDIR
/$2"
273
mkdir -p "$
DSTDIR
/$2"
275
files=$(cd $
DSTDIR
/$1 && ls -1p)
279
ln -s $rev/$1/$file $
DSTDIR
/$2/$file
290
# $2: destination directory (relative to $
DSTDIR
)
[
all
...]
dev-platform-compress.sh
51
DSTDIR
=/tmp/ndk-$USER/platforms-compressed
52
register_var_option "--dst-dir=<path>"
DSTDIR
"Specify destination directory"
74
DDIR=$
DSTDIR
/android-$PLATFORM
package-release.sh
288
# Unpack a prebuilt into the destination directory ($
DSTDIR
)
295
unpack_archive "$PREBUILT_DIR/$PREBUILT" "$
DSTDIR
"
321
copy_directory $TMPUNPACKDIR "$
DSTDIR
"
334
copy_directory "$SUBDIR" "$
DSTDIR
/$2"
345
DSTDIR
=$TMPDIR/$RELEASE_PREFIX
346
rm -rf $
DSTDIR
&&
347
copy_file_list "$REFERENCE" "$
DSTDIR
" "*"
357
cd $UNZIP_DIR/android-ndk-* && cp -rP toolchains/* $
DSTDIR
/toolchains/
360
if [ -d "$
DSTDIR
/$GABIXX_SUBDIR" ]; then
369
if [ -d "$
DSTDIR
/$STLPORT_SUBDIR" ] ; the
[
all
...]
build-gnu-libstdc++.sh
117
local
DSTDIR
="$3"
124
if [ -z "$
DSTDIR
" ]; then
125
DSTDIR
=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI
127
mkdir -p $
DSTDIR
/ndk/build/core/
ndk-common.sh
684
local
DSTDIR
="$2"
690
log " to $
DSTDIR
"
691
mkdir -p "$
DSTDIR
" && (cd "$SRCDIR" && 2>/dev/null tar cf - *) | (tar xf - -C "$
DSTDIR
")
692
fail_panic "Cannot copy to directory: $
DSTDIR
"
700
local
DSTDIR
="$2"
706
log " to $
DSTDIR
"
707
mkdir -p "$
DSTDIR
" && (cd "$SRCDIR" && tar chf - *) | (tar xf - -C "$
DSTDIR
")
708
fail_panic "Cannot copy to directory: $
DSTDIR
"
[
all
...]
/ndk/tests/
run-tests.sh
505
local
DSTDIR
="$2/ndk-tests"
521
adb_cmd_mkdir $
DSTDIR
527
DSTFILE="$
DSTDIR
/$DSTFILE"
542
adb_cmd LD_LIBRARY_PATH="$
DSTDIR
" $PROGRAM
548
adb_cmd rm -r $
DSTDIR
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
483
local
DSTDIR
="$2"
487
mkdir -p "$
DSTDIR
" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$
DSTDIR
")
488
fail_panic "Cannot copy to directory: $
DSTDIR
"
[
all
...]
Completed in 3476 milliseconds