Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1619 const std::string* required_property_value = nullptr; member in aapt::Overlay
1627 required_property_value = GetAttributeString( in Extract()
1641 if (required_property_value) { in Print()
1642 printer->Print(StringPrintf(" requiredPropertyValue='%s'", required_property_value->c_str())); in Print()