Searched refs:errorStr (Results 1 – 3 of 3) sorted by relevance
410 std::string errorStr; in compileFile() local411 Maybe<android::FileMap> f = file::mmapPath(pathData.source.path, &errorStr); in compileFile()413 context->getDiagnostics()->error(DiagMessage(pathData.source) << errorStr); in compileFile()507 std::string errorStr; in compile() local508 if (Maybe<ResourcePathData> pathData = extractResourcePathData(arg, &errorStr)) { in compile()511 context.getDiagnostics()->error(DiagMessage() << errorStr << " (" << arg << ")"); in compile()
72 std::stringstream errorStr; in listFiles() local73 errorStr << "unable to open file: " << strerror(errno); in listFiles()74 *outError = errorStr.str(); in listFiles()
539 std::string errorStr; in loadSymbolsFromIncludePaths() local540 std::unique_ptr<ResourceTable> staticInclude = loadStaticLibrary(path, &errorStr); in loadSymbolsFromIncludePaths()562 } else if (!errorStr.empty()) { in loadSymbolsFromIncludePaths()564 mContext->getDiagnostics()->error(DiagMessage(path) << errorStr); in loadSymbolsFromIncludePaths()862 std::string errorStr; in mergeStaticLibrary() local864 io::ZipFileCollection::create(input, &errorStr); in mergeStaticLibrary()866 mContext->getDiagnostics()->error(DiagMessage(input) << errorStr); in mergeStaticLibrary()1002 std::string errorStr; in mergeArchive() local1004 io::ZipFileCollection::create(input, &errorStr); in mergeArchive()1006 mContext->getDiagnostics()->error(DiagMessage(input) << errorStr); in mergeArchive()