Searched refs:getErrorString (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | jni_util_md.c | 56 getErrorString(errno, buf, len); in getLastErrorString() 61 getErrorString(int err, char *buf, size_t len) in getErrorString() function
|
D | jni_util.h | 366 extern int getErrorString(int err, char *buf, size_t len);
|
D | zip_util.c | 1615 getErrorString(errno, tmpbuf, sizeof(tmpbuf)); in ZIP_ReadEntry() 1632 getErrorString(errno, tmpbuf, sizeof(tmpbuf)); in ZIP_ReadEntry()
|