Home
last modified time | relevance | path

Searched refs:namespace_to (Results 1 – 1 of 1) sorted by relevance

/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h106 for (std::string namespace_to; std::getline(namespaces, namespace_to, ',');) { in ParseLinkList() local
107 EXPECT_FALSE(MapContainsKey(current_namespace.links, namespace_to)) in ParseLinkList()
108 << "Link to " << namespace_to << " is already defined : " << line; in ParseLinkList()
109 EXPECT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLinkList()
110 << "Target namespace " << namespace_to in ParseLinkList()
113 current_namespace.links[namespace_to].from = &current_namespace; in ParseLinkList()
114 current_namespace.links[namespace_to].to = in ParseLinkList()
115 &current_section.namespaces[namespace_to]; in ParseLinkList()
116 current_namespace.links[namespace_to].allow_all_shared = false; in ParseLinkList()
130 std::string namespace_to = property_descs[1]; in ParseLink() local
[all …]