Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go226 type ConflictingFileError struct { struct
227 Dest string
228 Prev string
229 Src string
232 func (x ConflictingFileError) Error() string {