Lines Matching refs:section
103 android::linkerconfig::modules::Section section("test_section"); in TEST() local
105 auto default_namespace = section.CreateNamespace( in TEST()
110 auto namespace1 = section.CreateNamespace("namespace1"); in TEST()
114 auto namespace2 = section.CreateNamespace("namespace2"); in TEST()
117 section.WriteConfig(writer); in TEST()
124 android::linkerconfig::modules::Section section("test_section"); in TEST() local
125 auto ns = section.CreateNamespace("default"); in TEST()
128 section.WriteConfig(writer); in TEST()
135 android::linkerconfig::modules::Section section("test_section"); in TEST() local
136 section.AddBinaryPath("binary_path1", "binary_path2", "binary_path3"); in TEST()
138 section.WriteBinaryPaths(writer); in TEST()