Searched refs:namespace_name (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/linkerconfig/contents/tests/configuration/include/ |
H A D | linkerconfigparser.h | 56 for (std::string namespace_name; in ParseAdditionalNamespaces() local 57 std::getline(namespaces, namespace_name, ',');) { in ParseAdditionalNamespaces() 59 << "Namespace " << namespace_name << " already exists"; in ParseAdditionalNamespaces() 61 new_namespace.name = namespace_name; in ParseAdditionalNamespaces() 62 current_section.namespaces[namespace_name] = new_namespace; in ParseAdditionalNamespaces() 142 inline void ParseNamespaceCommand(const std::string& namespace_name, in ParseNamespaceCommand() argument 148 ASSERT_TRUE(MapContainsKey(current_section.namespaces, namespace_name)) in ParseNamespaceCommand() 149 << "Namespace " << namespace_name << " does not exist in section " in ParseNamespaceCommand() 162 << namespace_name << " : " << line; in ParseNamespaceCommand() 235 std::string namespace_name = match[1]; in ParseConfiguration() local [all …]
|
/aosp12/system/linkerconfig/modules/include/linkerconfig/ |
H A D | apex.h | 30 std::string namespace_name; member 60 this->namespace_name = this->name; in ApexInfo() 62 this->namespace_name.begin(), this->namespace_name.end(), '.', '_'); in ApexInfo()
|
H A D | section.h | 65 Namespace* GetNamespace(const std::string& namespace_name);
|
/aosp12/system/linkerconfig/modules/ |
H A D | section.cc | 130 ns.GetLink(it->second.namespace_name).AddSharedLib(lib); in Resolve() 132 add_namespace(it->second.namespace_name, [&]() { in Resolve() 152 Namespace* Section::GetNamespace(const std::string& namespace_name) { in GetNamespace() argument 154 if (ns.GetName() == namespace_name) { in GetNamespace()
|
H A D | basecontext.cc | 43 Namespace ns(apex_info.namespace_name, in BuildApexNamespace()
|
/aosp12/art/libnativeloader/ |
H A D | library_namespaces.cpp | 227 std::string namespace_name = kClassloaderNamespaceName; in Create() local 264 namespace_name = kVendorClassloaderNamespaceName; in Create() 280 namespace_name = namespace_name + kSharedNamespaceSuffix; in Create() 296 namespace_name, library_path, permitted_path, parent_ns, is_shared, in Create()
|
/aosp12/system/linkerconfig/contents/namespace/ |
H A D | apexemptydefault.cc | 38 ns.GetLink(apex_info.namespace_name).AllowAllSharedLibs();
|
/aosp12/system/linkerconfig/contents/section/ |
H A D | sectionbuilder.cc | 47 [&apex](auto& ns) { return ns.GetName() == apex.namespace_name; }); in BuildSection()
|
/aosp12/system/linkerconfig/ |
H A D | main.cc | 296 out << "jni " << apex_item.namespace_name << " " in GenerateApexLibrariesConfig() 300 out << "public " << apex_item.namespace_name << " " in GenerateApexLibrariesConfig()
|