Searched refs:patchFile (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Mac/BuildScript/ |
| D | build-installer.py | 1388 def patchFile(inPath, outPath): function 1576 patchFile(os.path.join('resources', fn), os.path.join(rsrcDir, fn)) 1734 patchFile("resources/License.rtf", fn) 1736 patchFile("resources/ReadMe.rtf", fn) 1748 patchFile('resources/ReadMe.rtf', 1752 patchFile('resources/License.rtf',
|
| /third_party/vk-gl-cts/external/ |
| D | fetch_sources.py | 265 patchFile = os.path.join(EXTERNAL_DIR, self.patch) 267 execute(["git", "apply", patchFile])
|