Searched refs:patchFile (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Mac/BuildScript/ |
| D | build-installer.py | 1379 def patchFile(inPath, outPath): function 1567 patchFile(os.path.join('resources', fn), os.path.join(rsrcDir, fn)) 1725 patchFile("resources/License.rtf", fn) 1727 patchFile("resources/ReadMe.rtf", fn) 1739 patchFile('resources/ReadMe.rtf', 1743 patchFile('resources/License.rtf',
|
| /third_party/vk-gl-cts/external/ |
| D | fetch_sources.py | 264 patchFile = os.path.join(EXTERNAL_DIR, self.patch) 266 execute(["git", "apply", patchFile])
|