Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DOptimize.h84 &whitelist_path_); in OptimizeCommand()
128 Maybe<std::string> whitelist_path_; variable
DOptimize.cpp465 if (whitelist_path_) { in Action()
466 std::string& path = whitelist_path_.value(); in Action()