Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/contents/tests/configuration/include/
H A Dlinkerconfigparser.h75 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
105 current_namespace.links[namespace_to].from = &current_namespace; in ParseLinkList()
106 current_namespace.links[namespace_to].to = in ParseLinkList()
168 current_namespace.is_isolated = value == "true"; in ParseNamespaceCommand()
173 current_namespace.is_visible = value == "true"; in ParseNamespaceCommand()
187 current_namespace, in ParseNamespaceCommand()
[all …]
/aosp12/system/apex/apexd/
H A 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()