OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRC_FILE
(Results
1 - 2
of
2
) sorted by null
/ndk/build/tools/
build-docs.sh
84
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
!"
gen-platforms.sh
483
local
SRC_FILE
DST_FILE
504
for
SRC_FILE
in $(cd "$SRC_DIR" && ls crt*.[cS]); do
505
DST_FILE=${
SRC_FILE
%%.c}
518
SRC_FILE
=$
SRC_FILE
" $CRTBRAND_S"
525
SRC_FILE
=$
SRC_FILE
" $CRTBRAND_S"
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
"
Completed in 146 milliseconds