Home | History | Annotate | Download | only in Internals

Lines Matching refs:Path1

446                 my $Path1 = $Files1{$N};
456 if(-s $Path1 == -s $Path2)
458 if(readFile($Path1) eq readFile($Path2)) {
469 my $Cmd_R = $RfcDiff." --width 80 --stdout \"$Path1\" \"$Path2\" >$DiffOut 2>/dev/null";