Lines Matching refs:PDIR
1920 if [[ "$PDIR" == "." ]]; then
1923 file="$PDIR/$PF"
1964 if [[ -n $parent_webrev && -e $PWS/$PDIR/$PF ]]; then
1965 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
1967 hg cat -R $CWS -r $HG_PARENT $CWS/$PDIR/$PF > \
1968 $olddir/$PDIR/$PF 2>/dev/null
1971 rm -f $olddir/$PDIR/$PF
1974 chmod $old_mode $olddir/$PDIR/$PF
1977 print -u2 "ERROR: set mode of $olddir/$PDIR/$PF"
2000 if [[ "$PDIR" == "." ]]; then
2003 file="$PDIR/$PF"
2006 if [[ -n $parent_webrev && -e $PWS/$PDIR/$PF ]]; then
2007 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2050 if [[ -n $PWS && -e $PWS/$PDIR/$PF ]]; then
2051 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2056 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2075 if [[ -f $PWS/$PDIR/$PF ]]; then
2076 rm -f $olddir/$PDIR/$PF
2077 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2085 typeset PDIR=$3
2094 mkdir -p $olddir/$PDIR
2107 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" || \
3076 ofile=old/$PDIR/$PF