Searched refs:patchScript (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Mac/BuildScript/ |
| D | build-installer.py | 1333 def patchScript(inPath, outPath): function 1400 patchScript(postflight, os.path.join(rsrcDir, 'postflight')) 1626 patchScript("scripts/postflight.patch-profile", fn) 1628 patchScript("resources/install_certificates.command", fn)
|
| /external/python/cpython3/Mac/BuildScript/ |
| D | build-installer.py | 1403 def patchScript(inPath, outPath): function 1470 patchScript(postflight, os.path.join(rsrcDir, 'postflight')) 1738 patchScript("scripts/postflight.patch-profile", fn) 1740 patchScript("resources/install_certificates.command", fn)
|