Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go374 type missingDependencyError struct { struct
375 missingDeps []string
378 func (e missingDependencyError) Error() string {
/build/blueprint/
Dcontext.go2738 func (c *Context) missingDependencyError(module *moduleInfo, depName string) (errs error) { func