Searched refs:_applypatch (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 201 self._applypatch(patch, False, True) 229 def _applypatch(self, patch, force = False, reverse = False, run = True): member in PatchTree 263 self._applypatch(i, force) 272 ret = self._applypatch(self.patches[next], force) 500 def _applypatch(self, patch, force = False, reverse = False, run = True): member in GitApplyTree 560 output = PatchTree._applypatch(self, patch, force, reverse, run)
|