HomeSort by relevance Sort by last modified time
    Searched refs:SYMLINK (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/bin/
minstall 11 SYMLINK="ln -s"
68 #echo $FILE is a symlink
77 #echo $FILE is a symlink pointing to $TARGET
83 $SYMLINK "$TARGET" "$FILE"
  /ndk/build/tools/
ndk-common.sh 949 # Dereference symlink
963 for SYMLINK in $SYMLINKS; do
964 if [ -L "$SYMLINK" ]; then
965 DIR=`dirname "$SYMLINK"`
966 FILE=`basename "$SYMLINK"`

Completed in 69 milliseconds