Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go215 type ConflictingFileError struct { struct
216 Dest string
217 Prev string
218 Src string
221 func (x ConflictingFileError) Error() string {