Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.h47 std::optional<std::string> product_; member
94 &options_.product_); in CompileCommand()
DCompile.cpp185 if (options.product_.has_value()) { in CompileTable()
186 if (!ProductFilter({*options.product_}, /* remove_default_config_values = */ true) in CompileTable()