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

  /external/ppp/pppd/
session.c 96 #define ABORT_MSG "Session can't be started without a username"
203 SET_MSG(msg, ABORT_MSG);
  /art/runtime/interpreter/
interpreter_common.cc 474 std::string abort_msg; local
475 StringAppendV(&abort_msg, fmt, args);
477 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg);
    [all...]

Completed in 178 milliseconds