Home
last modified time | relevance | path

Searched refs:patchFile (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Mac/BuildScript/
Dbuild-installer.py1388 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/
Dfetch_sources.py265 patchFile = os.path.join(EXTERNAL_DIR, self.patch)
267 execute(["git", "apply", patchFile])