Home
last modified time | relevance | path

Searched refs:WritePersistentProperty (Results 1 – 4 of 4) sorted by relevance

/system/core/init/
Dpersistent_properties_test.cpp104 WritePersistentProperty("persist.sys.locale", "pt-BR"); in TEST()
127 WritePersistentProperty("persist.sys.locale", "pt-BR"); in TEST()
145 WritePersistentProperty("persist.sys.locale", "pt-BR"); in TEST()
Dpersistent_properties.h29 void WritePersistentProperty(const std::string& name, const std::string& value);
Dpersistent_properties.cpp212 void WritePersistentProperty(const std::string& name, const std::string& value) { in WritePersistentProperty() function
Dproperty_service.cpp198 WritePersistentProperty(name, value); in PropertySet()