HomeSort by relevance Sort by last modified time
    Searched refs:fname_list (Results 1 - 4 of 4) sorted by null

  /external/u-boot/tools/patman/
func_test.py 58 fname_list = []
64 fname_list.append(fname)
71 return cover_fname, fname_list
  /external/u-boot/tools/
microcode-tool.py 78 def ParseHeaderFiles(fname_list):
82 fname_list: List of files to parse
92 for fname in fname_list:
microcode-tool 78 def ParseHeaderFiles(fname_list):
82 fname_list: List of files to parse
92 for fname in fname_list:
  /external/u-boot/tools/buildman/
toolchain.py 304 fname_list = self.ScanPathEnv(fname)
305 for f in fname_list:
307 if not fname_list:

Completed in 112 milliseconds