Home
last modified time | relevance | path

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