Home | History | Annotate | Download | only in cmd

Lines Matching defs:doc

472   xml::XmlResource* doc = file_op->xml_to_flatten.get();
473 const Source& src = doc->file.source;
477 << "linking " << src.path << " (" << doc->file.name << ")");
482 xml::StripAndroidStudioAttributes(doc->root.get());
485 if (!xml_linker.Consume(context_, doc)) {
489 if (options_.update_proguard_spec && !proguard::CollectProguardRules(doc, keep_set_)) {
495 if (!namespace_remover.Consume(context_, doc)) {
506 xml::Element* el = doc->root.get();
521 return xml_compat_versioner.Process(context_, doc, api_range);
639 for (std::unique_ptr<xml::XmlResource>& doc : versioned_docs) {
641 if (doc->file.config != file_op.config) {
644 context_->GetDiagnostics()->Note(DiagMessage(doc->file.source)
646 << config << "' -> '" << doc->file.config << "'");
649 const ResourceFile& file = doc->file;
654 file_ref->SetSource(doc->file.source);
663 error |= !FlattenXml(context_, *doc, dst_path, options_.keep_raw_values,