Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip_test.go406 err: IncorrectRelativeRootError{},
438 } else if _, wantRelativeRootErr := test.err.(IncorrectRelativeRootError); wantRelativeRootErr {
439 if _, gotRelativeRootErr := err.(IncorrectRelativeRootError); !gotRelativeRootErr {
Dzip.go167 type IncorrectRelativeRootError struct { struct
172 func (x IncorrectRelativeRootError) Error() string { argument
424 return IncorrectRelativeRootError{