Home
last modified time | relevance | path

Searched defs:FindValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp151 ResourceConfigValue* ResourceEntry::FindValue(const ConfigDescription& config, in FindValue() function in aapt::ResourceEntry
164 const ResourceConfigValue* ResourceEntry::FindValue(const android::ConfigDescription& config, in FindValue() function in aapt::ResourceEntry
379 const ResourceConfigValue* ResourceTableEntryView::FindValue(const ConfigDescription& config, in FindValue() function in aapt::ResourceTableEntryView
/aosp12/system/vold/
H A DUtils.cpp608 bool FindValue(const std::string& raw, const std::string& key, std::string* value) { in FindValue() function