Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go351 type Namespace struct { struct
352 blueprint.NamespaceMarker
353 Path string
356 importedNamespaceNames []string
358 visibleNamespaces []*Namespace
360 id string
362 exportToKati bool
364 moduleContainer blueprint.NameInterface
Dvariable.go523 Namespace string member
Dmodule.go136 Namespace() *Namespace methodSpec
2428 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
482 func (d *baseModuleContext) Namespace() Namespace { func