Searched refs:file_not_found_cb (Results 1 – 1 of 1) sorted by relevance
65 def parse_files(self, file_list, file_not_found_cb): argument84 elif file_not_found_cb:85 file_not_found_cb(fname)148 def file_not_found_cb(self, fname): member in KernelFiles221 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):