Searched refs:kept_artifacts (Results 1 – 4 of 4) sorted by relevance
126 std::unordered_set<std::string> artifacts_to_keep = options.kept_artifacts; in FromBaseApk()128 std::unordered_set<std::string> kept_artifacts; in FromBaseApk() local137 if (!options.kept_artifacts.empty()) { in FromBaseApk()147 kept_artifacts.insert(artifact.name); in FromBaseApk()194 context_->GetDiagnostics()->Error(DiagMessage() << kept_artifacts.size() << " kept:"); in FromBaseApk()195 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
206 options_.table_flattener_options, options_.kept_artifacts}; in Run()413 options_.kept_artifacts.insert(artifact.to_string()); in Action()