Home | History | Annotate | Download | only in Scripts

Lines Matching refs:FILE

52 #   Use version numbers in the patch file and do a 3-way merge.
53 # When reversing an addition, check that the file matches what's being removed.
65 use File::Basename;
66 use File::Spec;
67 use File::Temp qw(tempfile);
100 # Need to use a typeglob to pass the file handle as a parameter,
104 print "Parsed " . @diffHashRefs . " diffs from patch file(s).\n";
128 my $file = shift;
129 open(FILE, $file) or die "Can't open '$file': $!";
130 binmode(FILE);
131 my $checksum = Digest::MD5->new->addfile(*FILE)->hexdigest();
132 close(FILE);
192 # [Issue 1960] file modifications get lost due to FAT 2s time resolution
199 # Show status if the file is modifed
221 my @dirs = File::Spec->splitdir($path);
223 my $dir = File::Spec->catdir(@dirs);
250 # $pathRelativeToRoot: the path of the file to be patched, relative to the