Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py65 def parse_files(self, file_list, file_not_found_cb): argument
84 elif file_not_found_cb:
85 file_not_found_cb(fname)
148 def file_not_found_cb(self, fname): member in KernelFiles
221 for fname in glob.parse_files(file_list, self.file_not_found_cb):
224 for fname in glob.parse_files(export_file, self.file_not_found_cb):
262 for f in glob.parse_files(export_file, self.file_not_found_cb):