Searched refs:source_context (Results 1 - 3 of 3) sorted by relevance

/system/core/init/
H A Dproperty_service.h30 const std::string& source_context, const ucred& cr, std::string* error);
H A Dhost_init_stubs.h56 const std::string& source_context, const ucred& cr, std::string* error);
H A Dproperty_service.cpp114 const char* source_context, const ucred& cr) {
115 if (!target_context || !source_context) {
124 bool has_access = (selinux_check_access(source_context, target_context, "property_service",
320 std::string source_context() const { function in class:android::init::SocketConnection
321 char* source_context = nullptr; local
322 getpeercon(socket_, &source_context);
323 std::string result = source_context;
324 freecon(source_context);
397 const std::string& source_context, const ucred& cr) {
411 if (CheckMacPerms(control_string_legacy, target_context_legacy, source_context
113 CheckMacPerms(const std::string& name, const char* target_context, const char* source_context, const ucred& cr) argument
396 CheckControlPropertyPerms(const std::string& name, const std::string& value, const std::string& source_context, const ucred& cr) argument
426 HandlePropertySet(const std::string& name, const std::string& value, const std::string& source_context, const ucred& cr, std::string* error) argument
[all...]

Completed in 3597 milliseconds