OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WritePersistentProperty
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
persistent_properties.h
29
void
WritePersistentProperty
(const std::string& name, const std::string& value);
persistent_properties_test.cpp
102
WritePersistentProperty
("persist.sys.locale", "pt-BR");
124
WritePersistentProperty
("persist.sys.locale", "pt-BR");
142
WritePersistentProperty
("persist.sys.locale", "pt-BR");
persistent_properties.cpp
199
void
WritePersistentProperty
(const std::string& name, const std::string& value) {
property_service.cpp
168
WritePersistentProperty
(name, value);
Completed in 178 milliseconds