Searched refs:_applypatchhelper (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | patch.py | 595 def _applypatchhelper(shellcmd, patch, force = False, reverse = False, run = True): function 630 return _applypatchhelper(shellcmd, patch, force, reverse, run) 648 output = _applypatchhelper(shellcmd, patch, force, reverse, run)
|