Lines Matching refs:json_path
145 def get_sanitizer_symbolize_command(json_path=None, executable_path=None): argument
150 if json_path is not None:
151 cmd.append('--test-summary-json-file=%s' % json_path)
168 json_path = get_json_path(cmd)
169 if json_path is None:
173 symbolize_command = get_sanitizer_symbolize_command(json_path=json_path,
187 def get_escalate_sanitizer_warnings_command(json_path): argument
192 cmd.append('--test-summary-json-file=%s' % json_path)
198 json_path = get_json_path(cmd)
199 if json_path is None:
207 escalate_command = get_escalate_sanitizer_warnings_command(json_path)