Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go346 type Namespace struct { struct
347 blueprint.NamespaceMarker
348 Path string
351 importedNamespaceNames []string
353 visibleNamespaces []*Namespace
355 id string
357 exportToKati bool
359 moduleContainer blueprint.NameInterface
Dmodule.go222 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.go187 Namespace() Namespace methodSpec
442 func (d *baseModuleContext) Namespace() Namespace { func