Home
last modified time | relevance | path

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

/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h68 Namespace& current_namespace, in ParseNamespacePath() argument
75 target_path = &current_namespace.search_path; in ParseNamespacePath()
77 target_path = &current_namespace.permitted_path; in ParseNamespacePath()
79 target_path = &current_namespace.asan_search_path; in ParseNamespacePath()
81 target_path = &current_namespace.asan_permitted_path; in ParseNamespacePath()
94 Namespace& current_namespace, in ParseLinkList() argument
100 EXPECT_FALSE(MapContainsKey(current_namespace.links, namespace_to)) in ParseLinkList()
105 current_namespace.links[namespace_to].from = &current_namespace; in ParseLinkList()
106 current_namespace.links[namespace_to].to = in ParseLinkList()
108 current_namespace.links[namespace_to].allow_all_shared = false; in ParseLinkList()
[all …]
/system/apex/apexd/
Dapexd_utils_test.cpp232 auto current_namespace = GetCurrentMountNamespace(); in TEST() local
233 ASSERT_RESULT_OK(current_namespace); in TEST()
234 ASSERT_NE(original_namespace, current_namespace); in TEST()
238 auto current_namespace = GetCurrentMountNamespace(); in TEST() local
239 ASSERT_RESULT_OK(current_namespace); in TEST()
240 ASSERT_EQ(*original_namespace, *current_namespace); in TEST()