Home
last modified time | relevance | path

Searched refs:SRC_FILE (Results 1 – 3 of 3) sorted by relevance

/ndk/build/tools/
Dbuild-docs.sh84 for SRC_FILE in $SRC_FILES; do
86 DST_FILE=${SRC_FILE%%.text}.html
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"
99 run $SUBST_PROGRAM --output "$TMP_FILE" "$SRC_FILE"
100 fail_panic "Could not pre-process $SRC_FILE!"
103 fail_panic "Could not convert $SRC_FILE!"
Dgen-platforms.sh507 local SRC_FILE DST_FILE
530 for SRC_FILE in $(cd "$SRC_DIR" && ls crt*.[cS]); do
531 DST_FILE=${SRC_FILE%%.c}
544 SRC_FILE=$SRC_FILE" $CRTBRAND_S"
551 SRC_FILE=$SRC_FILE" $CRTBRAND_S"
561 -O2 -fpic -Wl,-r -nostdlib -o "$DST_DIR/$DST_FILE" $SRC_FILE)
563 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"
/ndk/tests/build/issue64679-prctl/
Dbuild.sh80 SRC_FILE=$PROJECT_DIR/jni/$SRC