Home
last modified time | relevance | path

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

/ndk/build/tools/
Dgen-platforms.sh471 local SYMDIR="$SRCDIR/$2"
485 if [ ! -d "$SYMDIR" ]; then
490 …LIBS=$( (cd $SYMDIR && 2>/dev/null ls *.functions.txt) | sort -u | sed -e 's!\.functions\.txt$!!g')
493 funcs=$(cat "$SYMDIR/$LIB.functions.txt" 2>/dev/null)
494 vars=$(cat "$SYMDIR/$LIB.variables.txt" 2>/dev/null)