Searched refs:GetSource (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DFile.h49 virtual const Source& GetSource() const = 0;
75 const Source& GetSource() const override { return file_->GetSource(); }
H A DFileSystem.cpp45 const Source& RegularFile::GetSource() const { return source_; } function in class:aapt::io::RegularFile
H A DFileSystem.h35 const Source& GetSource() const override;
H A DZipArchive.h42 const Source& GetSource() const override;
H A DUtil.cpp42 context->GetDiagnostics()->Error(DiagMessage(file->GetSource()) << "failed to open file");
H A DZipArchive.cpp60 const Source& ZipFile::GetSource() const { return source_; } function in class:aapt::io::ZipFile
/frameworks/base/tools/aapt2/link/
H A DProductFilter.cpp34 diag->Error(DiagMessage(config_value->value->GetSource())
41 DiagMessage(previously_selected_config_value->value->GetSource())
54 diag->Error(DiagMessage(config_value->value->GetSource())
61 DiagMessage(previously_default_config_value->value->GetSource())
H A DReferenceLinker.cpp116 DiagMessage msg(entry.key.GetSource());
126 DiagMessage msg(entry.key.GetSource());
315 DiagMessage error_msg(reference->GetSource());
H A DAutoVersioner.cpp129 new_style->SetSource(style->GetSource());
H A DTableMerger.cpp233 context->GetDiagnostics()->Error(DiagMessage(src_value->GetSource())
236 context->GetDiagnostics()->Note(DiagMessage(dst_value->GetSource())
344 new_file_ref->SetSource(file_ref.GetSource());
364 return DoMerge(file->GetSource(), &table, pkg, false /* mangle */,
/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp106 EmitDiffLine(apk_b->GetSource(), str_stream.str());
124 EmitDiffLine(apk_b->GetSource(), str_stream.str());
140 EmitDiffLine(apk_b->GetSource(), str_stream.str());
157 EmitDiffLine(apk_b->GetSource(), str_stream.str());
176 EmitDiffLine(apk_b->GetSource(), str_stream.str());
195 EmitDiffLine(apk_b->GetSource(), str_stream.str());
209 EmitDiffLine(apk_b->GetSource(), str_stream.str());
225 EmitDiffLine(apk_a->GetSource(), str_stream.str());
243 EmitDiffLine(apk_b->GetSource(), str_stream.str());
260 EmitDiffLine(apk_b->GetSource(), str_strea
[all...]
H A DOptimize.cpp208 const std::string& path = apk->GetSource().path;
270 context_->GetDiagnostics()->Warn(DiagMessage(file_ref->GetSource())
315 context->GetDiagnostics()->Error(DiagMessage(apk->GetSource())
322 context->GetDiagnostics()->Error(DiagMessage(manifest_file->GetSource())
328 data->data(), data->size(), context->GetDiagnostics(), manifest_file->GetSource());
H A DLink.cpp527 context_->GetDiagnostics()->Error(DiagMessage(file_ref->GetSource())
538 const StringPiece src_path = file->GetSource().path;
543 context_->GetDiagnostics()->Error(DiagMessage(file->GetSource())
549 context_->GetDiagnostics(), file->GetSource());
556 file_op.xml_to_flatten->file.source = file_ref->GetSource();
846 context_->GetDiagnostics()->Warn(DiagMessage(config_value->value->GetSource())
851 context_->GetDiagnostics()->Error(DiagMessage(config_value->value->GetSource())
1070 return LoadTableFromPb(file->GetSource(), data->data(), data->size(),
1136 << file->GetSource());
1141 context_->GetDiagnostics()->Error(DiagMessage(file->GetSource()) << "faile
[all...]
/frameworks/base/tools/aapt2/
H A DLoadedApk.h44 const Source& GetSource() { return source_; } function in class:aapt::LoadedApk
H A DResourceTable.cpp376 diag->Error(DiagMessage(value->GetSource()) << "resource '" << name
385 diag->Error(DiagMessage(value->GetSource())
394 diag->Error(DiagMessage(value->GetSource())
403 diag->Error(DiagMessage(value->GetSource())
424 diag->Error(DiagMessage(value->GetSource())
427 diag->Error(DiagMessage(config_value->value->GetSource())
H A DLoadedApk.cpp85 std::string path = file->GetSource().path;
H A DDebug.cpp181 if (options.show_sources && !value->value->GetSource().path.empty()) {
182 std::cout << " src=" << value->value->GetSource();
H A DResourceValues.h61 const Source& GetSource() const { return source_; } function in class:aapt::Value
H A DResourceParser.cpp1002 diag_->Note(DiagMessage(existing_symbol.symbol.GetSource())
/frameworks/base/tools/aapt2/optimize/
H A DResourceDeduper.cpp77 DiagMessage(node_value->value->GetSource())
81 DiagMessage(parent_value->value->GetSource()) << "dominated here");
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp240 localized->SetSource(plural->GetSource());
271 localized->SetSource(string->GetSource());
278 item->SetSource(string->GetSource());
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp112 SerializeSourceToPb(style->parent.value().GetSource(), source_pool_,
181 SerializeSourceToPb(item.GetSource(), source_pool_, pb_item->mutable_source());
257 SerializeSourceToPb(config_value->value->GetSource(), &source_pool,
/frameworks/base/tools/aapt2/test/
H A DCommon.h93 const Source& GetSource() const override {

Completed in 381 milliseconds