Searched refs:patchFile (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10/CPANInternal-159.1/
H A DapplyPatches50 foreach my $patchFile (@patchesToApply) {
51 &applyPatch($patchFile);
58 my ($patchFile) = @_;
60 my ($status) = system("/usr/bin/patch -p0 < \"$patchFile\"");
62 print "Unable to apply $patchFile\n";
/macosx-10.10/objc4-646/
H A Dmarkgc.c108 void patchFile(uint32_t value, size_t offset) { function
138 patchFile(newvalue, (char*)(&ii->flags) - FileBase);
143 patchFile(newvalue, (char*)(&ii->flags) - FileBase);

Completed in 107 milliseconds