Searched refs:patchFile (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 1316 def patchFile(inPath, outPath): function 1504 patchFile(os.path.join('resources', fn), os.path.join(rsrcDir, fn)) 1616 patchFile("resources/License.rtf", fn) 1618 patchFile("resources/ReadMe.rtf", fn) 1630 patchFile('resources/ReadMe.rtf', 1634 patchFile('resources/License.rtf',
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1334 def patchFile(inPath, outPath): function 1522 patchFile(os.path.join('resources', fn), os.path.join(rsrcDir, fn)) 1634 patchFile("resources/License.rtf", fn) 1636 patchFile("resources/ReadMe.rtf", fn) 1646 patchFile('resources/ReadMe.rtf', 1650 patchFile('resources/License.rtf',
|