Searched refs:error_str (Results 1 – 2 of 2) sorted by relevance
588 std::string error_str; in CompileFile() local589 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() local703 if (Maybe<ResourcePathData> path_data = ExtractResourcePathData(arg, &error_str)) { in Compile()706 context.GetDiagnostics()->Error(DiagMessage() << error_str << " (" << arg << ")"); in Compile()
703 std::string error_str; in LoadSymbolsFromIncludePaths() local704 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() local1074 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() local1213 io::ZipFileCollection::Create(input, &error_str); in MergeArchive()1215 context_->GetDiagnostics()->Error(DiagMessage(input) << error_str); in MergeArchive()