Home
last modified time | relevance | path

Searched refs:TryReadBionicSystemPropertyImpl (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() function
67 TryReadBionicSystemPropertyImpl(prop_name.substr(3), value_ptr)) { in TryReadBionicSystemProperty()
71 return TryReadBionicSystemPropertyImpl(prop_name, value_ptr); in TryReadBionicSystemProperty()