Searched refs:kept_artifacts (Results 1 – 4 of 4) sorted by relevance
130 std::unordered_set<std::string> artifacts_to_keep = options.kept_artifacts; in FromBaseApk()132 std::unordered_set<std::string> kept_artifacts; in FromBaseApk() local141 if (!options.kept_artifacts.empty()) { in FromBaseApk()152 kept_artifacts.insert(artifact.name); in FromBaseApk()201 context_->GetDiagnostics()->Error(android::DiagMessage() << kept_artifacts.size() << " kept:"); in FromBaseApk()202 for (const auto& artifact : kept_artifacts) { in FromBaseApk()
36 std::unordered_set<std::string> kept_artifacts; member
55 std::unordered_set<std::string> kept_artifacts; member
227 options_.table_flattener_options, options_.kept_artifacts}; in Run()386 options_.kept_artifacts.emplace(artifact); in Action()