Home
last modified time | relevance | path

Searched defs:noBootImage (Results 1 – 2 of 2) 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()
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java64 public static boolean noBootImage; field in Options