Searched defs:property_set (Results 1 - 3 of 3) sorted by relevance

/system/core/debuggerd/test/
H A Dproperty_fake.cpp26 extern "C" int property_set(const char* name, const char* value) { function
/system/core/libcutils/
H A Dproperties.c110 int property_set(const char *key, const char *value) function
/system/core/init/
H A Dproperty_service.cpp211 property_set("net.change", name);
224 int property_set(const char* name, const char* value) { function
227 ERROR("property_set(\"%s\", \"%s\") failed\n", name, value);
304 property_set((char*) msg.name, (char*) msg.value);
381 property_set(key, value);
449 property_set(entry->d_name, value);
512 property_set("ro.recovery_id", hex.c_str());

Completed in 131 milliseconds