Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java98 public boolean verifyOnHost(String programName) { in verifyOnHost() method in Executor
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzer.java246 verified = goldenExecutor.verifyOnHost(programName); in execute()