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