Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/zip/
H A Dzip_test.go536 err: IncorrectRelativeRootError{},
594 } else if _, wantRelativeRootErr := test.err.(IncorrectRelativeRootError); wantRelativeRootErr {
595 if _, gotRelativeRootErr := err.(IncorrectRelativeRootError); !gotRelativeRootErr {
H A Dzip.go217 type IncorrectRelativeRootError struct { struct
222 func (x IncorrectRelativeRootError) Error() string { argument
460 return IncorrectRelativeRootError{