Home
last modified time | relevance | path

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

/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py212 def format_entry(exec_trace): argument
220 logging.debug('format this command: %s', exec_trace['command'])
221 compilation = split_command(exec_trace['command'])
228 'directory': exec_trace['directory'],
230 'file': abspath(exec_trace['directory'], source)