OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DST_FILE
(Results
1 - 5
of
5
) sorted by null
/ndk/build/tools/
build-docs.sh
86
DST_FILE
=${SRC_FILE%%.text}.html
87
DST_FILE
=$OUT_DIR${
DST_FILE
##$IN_DIR}
88
DST_DIR=$(dirname "$
DST_FILE
")
91
if [ -z "$FORCE" -a -f "$
DST_FILE
" -a "$SRC_FILE" -ot "$
DST_FILE
" ]; then
92
log "Skipping: $SRC_FILE --> $
DST_FILE
"
94
log "Converting: $SRC_FILE --> $
DST_FILE
"
98
TMP_FILE=$TEMP_DIR/$(basename "$
DST_FILE
").temp
102
run run $MARKDOWN --file="$
DST_FILE
" "$TMP_FILE
[
all
...]
gen-toolchain-wrapper.sh
141
local
DST_FILE
="$4/${SRC_PREFIX}$PROG"
167
cat > "$
DST_FILE
" << EOF
172
chmod +x "$
DST_FILE
"
build-gcc.sh
505
local
DST_FILE
=$2
506
if [ ! -f "$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-$
DST_FILE
$HOST_EXE" ]; then
507
DST_FILE
=$3
509
if [ ! -f "$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-$
DST_FILE
$HOST_EXE" ]; then
510
echo "ERROR: Can't relink $1 to $
DST_FILE
because $
DST_FILE
doesn't exist"
515
$ABI_CONFIGURE_TARGET-$
DST_FILE
$HOST_EXE
gen-platforms.sh
483
local SRC_FILE
DST_FILE
505
DST_FILE
=${SRC_FILE%%.c}
506
DST_FILE
=${
DST_FILE
%%.S}.o
508
case "$
DST_FILE
" in
514
DST_FILE
=crtend_android.o
523
DST_FILE
=crtbegin_dynamic.o
529
log "Generating $ARCH C runtime object: $
DST_FILE
"
536
-O2 -fpic -Wl,-r -nostdlib -nostdinc -o "$DST_DIR/$
DST_FILE
" $SRC_FILE) 1>>$TMPL 2>&1
538
dump "ERROR: Could not generate $
DST_FILE
from $SRC_DIR/$SRC_FILE
[
all
...]
/external/chromium_org/build/android/
adb_gdb
868
DST_FILE
=$PULL_LIBS_DIR$SYSLIB
869
DST_DIR=$(dirname "$
DST_FILE
")
870
mkdir -p "$DST_DIR" && adb pull $SYSLIB "$
DST_FILE
" 2>/dev/null
Completed in 451 milliseconds