Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A 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()
H A Dpersistent_properties.h29 void WritePersistentProperty(const std::string& name, const std::string& value);
H A Dpersistent_properties.cpp212 void WritePersistentProperty(const std::string& name, const std::string& value) { in WritePersistentProperty() function
H A Dproperty_service.cpp208 WritePersistentProperty(name, value); in PropertySet()