Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c937 char errbuf[256]; in ZIP_Put_In_Cache0() local
952 if (pmsg && getLastErrorString(errbuf, sizeof(errbuf)) > 0) in ZIP_Put_In_Cache0()
953 *pmsg = strdup(errbuf); in ZIP_Put_In_Cache0()
959 if (readFullyAt(zfd, errbuf, 4, 0 /* offset */) != -1) { // errors will be handled later in ZIP_Put_In_Cache0()
960 zip->locsig = LOCSIG_AT(errbuf) ? JNI_TRUE : JNI_FALSE; in ZIP_Put_In_Cache0()
973 if (pmsg && getLastErrorString(errbuf, sizeof(errbuf)) > 0) in ZIP_Put_In_Cache0()
974 *pmsg = strdup(errbuf); in ZIP_Put_In_Cache0()