Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp483 const char* target_context_full = nullptr; in CheckControlPropertyPerms() local
485 property_info_area->GetPropertyInfo(control_string_full.c_str(), &target_context_full, in CheckControlPropertyPerms()
488 return CheckMacPerms(control_string_full, target_context_full, source_context.c_str(), cr); in CheckControlPropertyPerms()