Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dtoolchain.py289 fnames = []
295 fnames.append(fname)
296 return fnames
342 fnames = self.ScanPath(path, verbose)
343 for fname in fnames:
/openbmc/u-boot/tools/patman/
H A Dpatchstream.py469 def FixPatches(series, fnames): argument
481 for fname in fnames: