Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/base/
Dconfig_globals.cc50 bool TryReadBionicSystemPropertyImpl(const std::string_view prop_name, const char** value_ptr) { in TryReadBionicSystemPropertyImpl() argument
60 value_ptr); in TryReadBionicSystemPropertyImpl()
64 bool TryReadBionicSystemProperty(const std::string_view prop_name, const char** value_ptr) { in TryReadBionicSystemProperty() argument
67 TryReadBionicSystemPropertyImpl(prop_name.substr(3), value_ptr)) { in TryReadBionicSystemProperty()
71 return TryReadBionicSystemPropertyImpl(prop_name, value_ptr); in TryReadBionicSystemProperty()
78 const char** value_ptr) { in TryReadConfig() argument
80 *value_ptr = MakeForeverCStr(env); in TryReadConfig()
84 return TryReadBionicSystemProperty(prop_name, value_ptr); in TryReadConfig()