Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go336 type Namespace struct { struct
337 blueprint.NamespaceMarker
338 Path string
341 importedNamespaceNames []string
343 visibleNamespaces []*Namespace
345 id string
347 exportToKati bool
349 moduleContainer blueprint.NameInterface
Dmodule.go171 Namespace() blueprint.Namespace methodSpec
/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.go149 Namespace() Namespace methodSpec
284 func (d *baseModuleContext) Namespace() Namespace { func