Home
last modified time | relevance | path

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

/aosp12/build/blueprint/parser/
H A Dmodify.go68 type PatchOverlapError error type
81 return PatchOverlapError(fmt.Errorf("new patch %d-%d overlaps with existing patch %d-%d",
H A Dmodify_test.go25 if _, ok := err.(PatchOverlapError); !ok {