Documentation ¶
Index ¶
Constants ¶
View Source
const JASMINE_OREO = "jasmine_global_images_V9.6.17.0.ODIMIFE_20181108.0000.00_8.1_1c60295d1c.tgz"
Variables ¶
View Source
var ( ErrorFailedToFlash = errors.New("failed to flash device") ErrorValidation = errors.New("failed to validate image for device") )
Functions ¶
This section is empty.
Types ¶
type FactoryImage ¶
type FactoryImage struct { ImagePath string IsExtracted bool // contains filtered or unexported fields }
func New ¶
func New(config *Config) *FactoryImage
func (*FactoryImage) Extract ¶
func (f *FactoryImage) Extract() error
func (*FactoryImage) FlashAll ¶
func (f *FactoryImage) FlashAll(device *device.Device, platformToolsPath platformtools.PlatformToolsPath) error
Click to show internal directories.
Click to hide internal directories.