Searched refs:noBootImage (Results 1 – 3 of 3) sorted by relevance
39 private boolean noBootImage; field in Device59 public Device(String deviceName, boolean noBootImage) { in Device() argument64 this.noBootImage = noBootImage; in Device()156 return noBootImage; in noBootImageAvailable()
64 public static boolean noBootImage; field in Options160 noBootImage = true; in handleFlagOption()
149 device = new Device(Options.deviceName, Options.noBootImage); in addExecutors()