Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp454 if (Maybe<StringPiece> maybe_product = xml::FindNonEmptyAttribute(parser, "product")) { in ParseResources() local
455 parsed_resource.product = maybe_product.value().to_string(); in ParseResources()