Home
last modified time | relevance | path

Searched refs:Extractor (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/samples/zephyr/
Drun-tests.go69 var extractor *Extractor
212 type Extractor struct { struct
219 func NewExtractor(name string) (*Extractor, error) {
236 return &Extractor{
242 func (e *Extractor) Close() error { argument
249 func (e *Extractor) Extract(dir string) error { argument
276 func (e *Extractor) single(file *zip.File, outName string) error { argument