Lines Matching refs:PDIR
1932 if [[ "$PDIR" == "." ]]; then
1935 file="$PDIR/$PF"
1976 if [[ -n $parent_webrev && -e $PWS/$PDIR/$PF ]]; then
1977 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
1979 hg cat -R $CWS -r $HG_PARENT $CWS/$PDIR/$PF > \
1980 $olddir/$PDIR/$PF 2>/dev/null
1983 rm -f $olddir/$PDIR/$PF
1986 chmod $old_mode $olddir/$PDIR/$PF
1989 print -u2 "ERROR: set mode of $olddir/$PDIR/$PF"
2012 if [[ "$PDIR" == "." ]]; then
2015 file="$PDIR/$PF"
2018 if [[ -n $parent_webrev && -e $PWS/$PDIR/$PF ]]; then
2019 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2062 if [[ -n $PWS && -e $PWS/$PDIR/$PF ]]; then
2063 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2068 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2087 if [[ -f $PWS/$PDIR/$PF ]]; then
2088 rm -f $olddir/$PDIR/$PF
2089 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2097 typeset PDIR=$3
2106 mkdir -p $olddir/$PDIR
2119 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then
3073 PDIR=${PP%/*}
3074 if [[ $PDIR == $PP ]]; then
3075 PDIR="." # File at root of workspace
3096 PDIR=$DIR
3113 build_old_new "$WDIR" "$PWS" "$PDIR" "$PF" "$CWS" "$DIR" "$F" || \
3129 if [[ $PDIR == "." ]]; then
3132 ofile=old/$PDIR/$PF