Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/solaris/npt/
Dnpt_md.h44 if ( (pnpt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
47 if ( _handle == NULL ) NPT_ERROR("Cannot open library"); \
49 if ( _sym == NULL ) NPT_ERROR("Cannot find nptInitialize"); \
51 if ( (*(pnpt)) == NULL ) NPT_ERROR("Cannot initialize NptEnv"); \
60 if ( (npt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
63 if ( _sym == NULL ) NPT_ERROR("Cannot find nptTerminate"); \
/external/oj-libjdwp/src/share/npt/
Dnpt.c53 NPT_ERROR("NPT version doesn't match"); in nptInitialize()
59 NPT_ERROR("Cannot allocate calloc space for NptEnv*"); in nptInitialize()
Dnpt.h40 #define NPT_ERROR(s) { (void)fprintf(stderr, "NPT ERROR: %s\n", s); exit(1); } macro