Home
last modified time | relevance | path

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

/external/clang/tools/scan-build-py/tests/unit/
Dtest_intercept.py18 return list(sut.format_entry(trace))
31 return list(sut.format_entry(trace))[0]['file']
/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py81 format_entry(command) for command in commands)
212 def format_entry(exec_trace): function