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()151 kept_artifacts.insert(artifact.name); in FromBaseApk()198 context_->GetDiagnostics()->Error(DiagMessage() << kept_artifacts.size() << " kept:"); in FromBaseApk()199 for (const auto& artifact : kept_artifacts) { in FromBaseApk()
37 std::unordered_set<std::string> kept_artifacts; member
57 std::unordered_set<std::string> kept_artifacts; member
212 options_.table_flattener_options, options_.kept_artifacts}; in Run()406 options_.kept_artifacts.insert(artifact.to_string()); in Action()