Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/listeners/
DBisectionSearchListener.java79 File expected_output_file = File.createTempFile("expected_output", ".txt"); in handleDivergences() local
94 writeToFile(expected_output_file.getAbsolutePath(), otherOutput); in handleDivergences()
96 expected_output_file.getAbsolutePath(), logFile); in handleDivergences()
101 expected_output_file.delete(); in handleDivergences()
/art/tools/bisection_search/
Dbisection_search.py404 with open(args.expected_output, 'r') as expected_output_file:
405 output_checker = EqualsOutputCheck(expected_output_file.read())