Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dueventd_test.cpp116 for (const auto& [file, expected_context] : files_and_contexts) { in TEST()
119 EXPECT_EQ(expected_context, file_context); in TEST()
142 std::string expected_context; in TEST() member
156 files_and_modes[i].expected_context = secontext; in TEST()
175 if (files_and_modes[i].expected_context != secontext) { in TEST()
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs291 let expected_context = unsafe { in get_selinux_context() localVariable
299 expected_context in get_selinux_context()
/aosp12/art/runtime/
H A Dclass_loader_context.cc1219 ClassLoaderContext expected_context; in VerifyClassLoaderContextMatch() local
1220 if (!expected_context.Parse(context_spec, verify_checksums)) { in VerifyClassLoaderContextMatch()
1226 ClassLoaderInfo* expected = expected_context.class_loader_chain_.get(); in VerifyClassLoaderContextMatch()