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

/system/core/debuggerd/libdebuggerd/test/
H A Dproperty_fake.cpp26 extern "C" int property_set(const char* name, const char* value) { function
/system/core/libcutils/
H A Dproperties.cpp110 int property_set(const char *key, const char *value) { function
/system/core/init/
H A Dproperty_service.cpp173 LOG(ERROR) << "property_set(\"" << name << "\", \"" << value << "\") failed: bad name";
178 LOG(ERROR) << "property_set(\"" << name << "\", \"" << value << "\") failed: "
187 LOG(ERROR) << "property_set(\"" << name << "\", \"" << value << "\") failed: "
196 LOG(ERROR) << "property_set(\"" << name << "\", \"" << value << "\") failed: "
282 uint32_t property_set(const std::string& name, const std::string& value) { function in namespace:android::init
443 uint32_t result = property_set(name, value);
580 property_set(key, value);
648 property_set(entry->d_name, value);
664 property_set("persist.sys.usb.config", is_debuggable ? "adb" : "none");
668 property_set("persis
[all...]

Completed in 126 milliseconds