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

/system/core/init/
H A Dproperty_service.cpp92 uint32_t InitPropertySet(const std::string& name, const std::string& value);
94 uint32_t (*property_set)(const std::string& name, const std::string& value) = InitPropertySet;
247 uint32_t InitPropertySet(const std::string& name, const std::string& value) { function in namespace:android::init
249 LOG(ERROR) << "InitPropertySet: Do not set ctl. properties from init; call the Service "
254 LOG(ERROR) << "InitPropertySet: Do not set selinux.restorecon_recursive from init; use the "

Completed in 117 milliseconds