Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DCompile.cpp410 std::string errorStr; in compileFile() local
411 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() local
508 if (Maybe<ResourcePathData> pathData = extractResourcePathData(arg, &errorStr)) { in compile()
511 context.getDiagnostics()->error(DiagMessage() << errorStr << " (" << arg << ")"); in compile()
/frameworks/base/tools/aapt2/util/
DFiles.cpp72 std::stringstream errorStr; in listFiles() local
73 errorStr << "unable to open file: " << strerror(errno); in listFiles()
74 *outError = errorStr.str(); in listFiles()
/frameworks/base/tools/aapt2/link/
DLink.cpp539 std::string errorStr; in loadSymbolsFromIncludePaths() local
540 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() local
864 io::ZipFileCollection::create(input, &errorStr); in mergeStaticLibrary()
866 mContext->getDiagnostics()->error(DiagMessage(input) << errorStr); in mergeStaticLibrary()
1002 std::string errorStr; in mergeArchive() local
1004 io::ZipFileCollection::create(input, &errorStr); in mergeArchive()
1006 mContext->getDiagnostics()->error(DiagMessage(input) << errorStr); in mergeArchive()