Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp131 std::unordered_set<std::string> filtered_artifacts; in FromBaseApk() local
144 filtered_artifacts.insert(artifact.name); in FromBaseApk()
207 << filtered_artifacts.size() << " filtered:"); in FromBaseApk()
208 for (const auto& artifact : filtered_artifacts) { in FromBaseApk()