Home
last modified time | relevance | path

Searched refs:__system_property_set (Results 1 – 3 of 3) sorted by relevance

/system/libbase/include/android-base/
Dproperties.h105 extern "C" int __system_property_set(const char*, const char*);
/system/core/libcutils/
Dproperties.cpp82 return __system_property_set(key, value); in property_set()
/system/libbase/
Dproperties.cpp41 int __system_property_set(const char* key, const char* value) { in __system_property_set() function
134 return (__system_property_set(key.c_str(), value.c_str()) == 0); in SetProperty()