Home
last modified time | relevance | path

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

/mcuboot-latest/samples/zephyr/
Drun-tests.go212 type Extractor struct { struct
213 file *os.File
214 zip *zip.Reader
242 func (e *Extractor) Close() error {
249 func (e *Extractor) Extract(dir string) error {
276 func (e *Extractor) single(file *zip.File, outName string) error {