Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java39 private boolean noBootImage; field in Device
59 public Device(String deviceName, boolean noBootImage) { in Device() argument
64 this.noBootImage = noBootImage; in Device()
156 return noBootImage; in noBootImageAvailable()
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java64 public static boolean noBootImage; field in Options
160 noBootImage = true; in handleFlagOption()
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzer.java149 device = new Device(Options.deviceName, Options.noBootImage); in addExecutors()