Searched refs:__system_property_set (Results 1 – 3 of 3) sorted by relevance
105 extern "C" int __system_property_set(const char*, const char*);
82 return __system_property_set(key, value); in property_set()
41 int __system_property_set(const char* key, const char* value) { in __system_property_set() function134 return (__system_property_set(key.c_str(), value.c_str()) == 0); in SetProperty()