Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go347 type Namespace struct { struct
348 blueprint.NamespaceMarker
349 Path string
352 importedNamespaceNames []string
354 visibleNamespaces []*Namespace
356 id string
358 exportToKati bool
360 moduleContainer blueprint.NameInterface
Dmodule.go132 Namespace() *Namespace methodSpec
1999 func (e *earlyModuleContext) Namespace() *Namespace { func
/build/blueprint/
Dname_interface.go42 type Namespace interface { interface
43 namespace(Namespace) argument
58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool)
62 MissingDependencyError(depender string, dependerNamespace Namespace, depName string) (err error)
65 Rename(oldName string, newName string, namespace Namespace) []error
Dmodule_ctx.go187 Namespace() Namespace methodSpec
474 func (d *baseModuleContext) Namespace() Namespace { func