Home
last modified time | relevance | path

Searched refs:FUNCS (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Dgen-system-symbols.sh198 FUNCS=$(get_library_functions $SRCLIB)
201 FUNCS=$(filter_library_symbols $LIB $FUNCS)
204 NUMFUNCS=$(echo $FUNCS | wc -w)
207 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
Dgen-platforms.sh417 local FUNCS="$2"
425 for func in $FUNCS; do
455 echo "$FUNCS" > $DSTFILE.functions.txt