Lines Matching refs:outpath
128 def remove_lines(newtrace, outpath): argument
140 if check_if_trace_crashes(newtrace, outpath):
171 if(check_if_trace_crashes(newtrace, outpath)):
203 if check_if_trace_crashes(newtrace, outpath):
223 if check_if_trace_crashes(newtrace, outpath):
232 if check_if_trace_crashes(newtrace, outpath):
240 def clear_bits(newtrace, outpath): argument
270 if not check_if_trace_crashes(newtrace, outpath):
276 def minimize_trace(inpath, outpath): argument
281 if not check_if_trace_crashes(trace, outpath):
296 remove_lines(newtrace, outpath)
300 assert(check_if_trace_crashes(newtrace, outpath))
304 clear_bits(newtrace, outpath)
305 assert(check_if_trace_crashes(newtrace, outpath))