Home
last modified time | relevance | path

Searched refs:CreatePatches (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/tools/patman/
Dpatman.py145 cover_fname, args = gitutil.CreatePatches(options.start, options.count,
Dpatman145 cover_fname, args = gitutil.CreatePatches(options.start, options.count,
Dgitutil.py256 def CreatePatches(start, count, series): function