Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py2343 def get_libs(self, paths, report_error=None): argument
2348 if report_error is None:
2350 report_error(path)
3991 def report_error(path): function
3993 root_libs = graph.get_libs(args.lib, report_error)
3994 excluded_libs = graph.get_libs(args.exclude_lib, report_error)