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.py2255 def get_libs(self, paths, report_error=None): argument
2260 if report_error is None:
2262 report_error(path)
3816 def report_error(path): function
3818 root_libs = graph.get_libs(args.lib, report_error)
3819 excluded_libs = graph.get_libs(args.exclude_lib, report_error)