Home
last modified time | relevance | path

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

/system/core/init/
Dhost_init_stubs.cpp40 uint32_t (*property_set)(const std::string& name, const std::string& value) = SetProperty; variable
Dproperty_service.cpp94 uint32_t (*property_set)(const std::string& name, const std::string& value) = InitPropertySet; variable
/system/core/libcutils/
Dproperties.cpp110 int property_set(const char *key, const char *value) { in property_set() function