HomeSort by relevance Sort by last modified time
    Searched defs:errorStr (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/aapt2/compile/
Compile.cpp 410 std::string errorStr;
411 Maybe<android::FileMap> f = file::mmapPath(pathData.source.path, &errorStr);
413 context->getDiagnostics()->error(DiagMessage(pathData.source) << errorStr);
507 std::string errorStr;
508 if (Maybe<ResourcePathData> pathData = extractResourcePathData(arg, &errorStr)) {
511 context.getDiagnostics()->error(DiagMessage() << errorStr << " (" << arg << ")");
  /frameworks/base/tools/aapt2/util/
Files.cpp 72 std::stringstream errorStr;
73 errorStr << "unable to open file: " << strerror(errno);
74 *outError = errorStr.str();
  /frameworks/base/tools/aapt2/link/
Link.cpp 539 std::string errorStr;
540 std::unique_ptr<ResourceTable> staticInclude = loadStaticLibrary(path, &errorStr);
562 } else if (!errorStr.empty()) {
564 mContext->getDiagnostics()->error(DiagMessage(path) << errorStr);
    [all...]
  /external/opencv3/modules/core/src/
system.cpp 636 const char* errorStr = cvErrorStr(exc.code);
640 errorStr, exc.err.c_str(), exc.func.size() > 0 ?
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 280 milliseconds