Searched refs:noBootImage (Results 1 – 3 of 3) sorted by relevance
35 private boolean noBootImage; field in Device55 public Device(String deviceName, boolean noBootImage) { in Device() argument60 this.noBootImage = noBootImage; in Device()142 return noBootImage; in noBootImageAvailable()
62 public static boolean noBootImage; field in Options156 noBootImage = true; in handleFlagOption()
164 device = new Device(Options.deviceName, Options.noBootImage); in addExecutors()