Searched refs:__system_property_set (Results 1 – 5 of 5) sorted by relevance
109 extern "C" int __system_property_set(const char*, const char*);
34 "--allowlist-function=__system_property_set",
203 keystore2_system_property_bindgen::__system_property_set( in write()
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()