Lines Matching refs:PDIR
2134 if [[ "$PDIR" == "." ]]; then
2137 file="$PDIR/$PF"
2140 if [[ -n $parent_webrev && -e $PWS/$PDIR/$PF ]]; then
2141 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2184 if [[ -n $PWS && -e $PWS/$PDIR/$PF ]]; then
2185 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2190 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2209 if [[ -f $PWS/$PDIR/$PF ]]; then
2210 rm -f $olddir/$PDIR/$PF
2211 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2219 typeset PDIR=$3
2228 mkdir -p $olddir/$PDIR
2239 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then
3026 PDIR=${PP%/*}
3027 if [[ $PDIR == $PP ]]; then
3028 PDIR="." # File at root of workspace
3049 PDIR=$DIR
3066 build_old_new "$WDIR" "$PWS" "$PDIR" "$PF" "$CWS" "$DIR" "$F" || \
3082 if [[ $PDIR == "." ]]; then
3085 ofile=old/$PDIR/$PF