Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp324 Maybe<std::string> whitelist_path; in Optimize() local
346 &whitelist_path) in Optimize()
461 if (whitelist_path) { in Optimize()
462 std::string& path = whitelist_path.value(); in Optimize()
/frameworks/base/core/jni/
Dfd_utils.cpp59 for (const auto& whitelist_path : kPathWhitelist) { in IsAllowed() local
60 if (path == whitelist_path) in IsAllowed()
65 for (const auto& whitelist_path : whitelist_) { in IsAllowed() local
66 if (path == whitelist_path) in IsAllowed()