Home | History | Annotate | Download | only in soong

Lines Matching refs:PWD

28         (cd $TOP; PWD= /bin/pwd)
34 PWD= /bin/pwd
36 local HERE=$PWD
38 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
40 T=`PWD= /bin/pwd -P`
50 # Save the current PWD for use in soong_ui
51 export ORIGINAL_PWD=${PWD}