OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DST_DIR
(Results
1 - 5
of
5
) sorted by null
/ndk/build/tools/
gen-toolchain-wrapper.sh
101
DST_DIR
="$PARAMETERS"
102
if [ -z "$
DST_DIR
" ]; then
106
mkdir -p "$
DST_DIR
"
107
fail_panic "Could not create destination directory: $
DST_DIR
"
176
log "Generating toolchain wrappers in: $
DST_DIR
"
179
gen_wrapper_program $PROG "$SRC_PREFIX" "$DST_PREFIX" "$
DST_DIR
"
build-docs.sh
88
DST_DIR
=$(dirname "$DST_FILE")
95
mkdir -p "$
DST_DIR
"
96
fail_panic "Could not create output directory: $
DST_DIR
"
gen-platforms.sh
481
local
DST_DIR
="$DSTDIR/$5"
493
CRTBRAND_S=$
DST_DIR
/crtbrand.s
536
-O2 -fpic -Wl,-r -nostdlib -nostdinc -o "$
DST_DIR
/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
543
if [ ! -s "$
DST_DIR
/crtbegin_static.o" ]; then
544
cp "$
DST_DIR
/crtbegin_dynamic.o" "$
DST_DIR
/crtbegin_static.o"
build-host-gcc.sh
[
all
...]
/external/chromium_org/build/android/
adb_gdb
869
DST_DIR
=$(dirname "$DST_FILE")
870
mkdir -p "$
DST_DIR
" && adb pull $SYSLIB "$DST_FILE" 2>/dev/null
Completed in 1892 milliseconds