Home
last modified time | relevance | path

Searched defs:GetNamespace (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/linkerconfig/modules/
H A Dsection.cc152 Namespace* Section::GetNamespace(const std::string& namespace_name) { in GetNamespace() function in android::linkerconfig::modules::Section
/aosp12/build/blueprint/
H A Dname_interface.go174 func (s *SimpleNameInterface) GetNamespace(ctx NamespaceContext) Namespace { func
/aosp12/build/soong/android/
H A Dnamespace.go329 func (r *NameResolver) GetNamespace(ctx blueprint.NamespaceContext) blueprint.Namespace { func