Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java35 private boolean noBootImage; field in Device
55 public Device(String deviceName, boolean noBootImage) { in Device() argument
60 this.noBootImage = noBootImage; in Device()
142 return noBootImage; in noBootImageAvailable()
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java62 public static boolean noBootImage; field in Options
156 noBootImage = true; in handleFlagOption()
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzer.java164 device = new Device(Options.deviceName, Options.noBootImage); in addExecutors()