Searched defs:SimpleNameInterface (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/blueprint/ |
H A D | name_interface.go | 112 type SimpleNameInterface struct { struct 113 modules map[string]ModuleGroup 114 skippedModules map[string][]SkippedModuleInfo 124 …Module(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []error) { 139 …*SimpleNameInterface) NewSkippedModule(ctx NamespaceContext, name string, info SkippedModuleInfo) { 146 …Interface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) { 151 …uleFromName(moduleName string, namespace Namespace) (skipInfos []SkippedModuleInfo, skipped bool) { 156 … *SimpleNameInterface) Rename(oldName string, newName string, namespace Namespace) (errs []error) { 177 func (s *SimpleNameInterface) AllModules() []ModuleGroup { 200 …rror(depender string, dependerNamespace Namespace, dependency string, guess []string) (err error) { [all …]
|