Home | History | Annotate | Download | only in libexif

Lines Matching refs:thisdir

4003   thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
4004 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
4006 # Follow symbolic links until we get to the real thisdir.
4011 # If there was a directory component, then change thisdir.
4014 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
4015 *) thisdir=\"\$thisdir/\$destdir\" ;;
4020 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
4028 if test \"\$thisdir\" = \".\"; then
4029 thisdir=\`pwd\`
4031 # remove .libs from thisdir
4032 case \"\$thisdir\" in
4033 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
4034 $objdir ) thisdir=. ;;
4039 absdir=\`cd \"\$thisdir\" && pwd\`
4040 test -n \"\$absdir\" && thisdir=\"\$absdir\"
4046 progdir=\"\$thisdir/$objdir\"
4080 progdir=\"\$thisdir/$objdir\"