Lines Matching defs:found
175 def check_file(self, refs, found):
185 "found": False,
201 res["found"] = True
202 if found:
206 if self.hints and not res["found"]:
207 res["msg"] += f" {fname} not found. Tested regexes:\n"
252 found=None, dry_run=None):
324 f_list.append(exe.submit(self.check_file, refs, found))
335 self.abi.log.warning("No ABI symbols found")
352 if not res["found"]:
378 print(f"{f} not found.")