HomeSort by relevance Sort by last modified time
    Searched full:exerror (Results 1 - 10 of 10) sorted by null

  /system/core/sh/
error.h 70 #define EXERROR 1 /* a generic error */
94 void exerror(int, const char *, ...) __attribute__((__noreturn__));
error.c 182 exverror(EXERROR, msg, ap);
189 exerror(int cond, const char *msg, ...) function
main.c 130 case EXERROR:
options.c 484 exraise(EXERROR);
TOUR 82 exception contains the type of exception. EXERROR is raised by
exec.c 153 exerror(EXEXEC, "%s: %s", argv[0], errmsg(e, E_EXEC));
eval.c 1041 if ((e != EXERROR && e != EXEXEC)
  /dalvik/vm/
Exception.cpp 471 if (dvmInstanceof(exception->clazz, gDvm.exError) ||
    [all...]
InitRefs.cpp 85 { &gDvm.exError, "Ljava/lang/Error;" },
Globals.h 292 ClassObject* exError;

Completed in 117 milliseconds