Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/third_party/zip/
H A Dreader.go20 ErrAlgorithm = errors.New("zip: unsupported compression algorithm") var
165 return nil, ErrAlgorithm
H A Dwriter.go252 return nil, ErrAlgorithm
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dreader.go29 ErrAlgorithm = errors.New("zip: unsupported compression algorithm") var
242 return nil, ErrAlgorithm
Dwriter.go368 return nil, ErrAlgorithm
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.txt84 pkg archive/zip, var ErrAlgorithm error