Searched refs:PropertySet (Results 1 – 1 of 1) sorted by relevance
/system/core/init/ |
D | property_service.cpp | 167 static uint32_t PropertySet(const std::string& name, const std::string& value, std::string* error) { in PropertySet() function 515 return PropertySet(name, value, error); in HandlePropertySet() 772 if (PropertySet(name, value, &error) != PROP_SUCCESS) { in load_override_properties() 838 uint32_t res = PropertySet(base_prop, target_prop_val, &error); in property_initialize_ro_product_props() 876 uint32_t res = PropertySet("ro.build.fingerprint", build_fingerprint, &error); in property_derive_build_fingerprint() 958 if (PropertySet(name, value, &error) != PROP_SUCCESS) { in PropertyLoadBootDefaults()
|