Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp588 std::string error_str; in CompileFile() local
589 Maybe<android::FileMap> f = file::MmapPath(path_data.source.path, &error_str); in CompileFile()
592 << error_str); in CompileFile()
702 std::string error_str; in Compile() local
703 if (Maybe<ResourcePathData> path_data = ExtractResourcePathData(arg, &error_str)) { in Compile()
706 context.GetDiagnostics()->Error(DiagMessage() << error_str << " (" << arg << ")"); in Compile()
DLink.cpp703 std::string error_str; in LoadSymbolsFromIncludePaths() local
704 std::unique_ptr<ResourceTable> include_static = LoadStaticLibrary(path, &error_str); in LoadSymbolsFromIncludePaths()
734 } else if (!error_str.empty()) { in LoadSymbolsFromIncludePaths()
736 context_->GetDiagnostics()->Error(DiagMessage(path) << error_str); in LoadSymbolsFromIncludePaths()
1072 std::string error_str; in MergeStaticLibrary() local
1074 io::ZipFileCollection::Create(input, &error_str); in MergeStaticLibrary()
1076 context_->GetDiagnostics()->Error(DiagMessage(input) << error_str); in MergeStaticLibrary()
1211 std::string error_str; in MergeArchive() local
1213 io::ZipFileCollection::Create(input, &error_str); in MergeArchive()
1215 context_->GetDiagnostics()->Error(DiagMessage(input) << error_str); in MergeArchive()