Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c875 char *newBuf; in targetEntryPath() local
878 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath()
879 if (newBuf == NULL) { in targetEntryPath()
882 helper->buf = newBuf; in targetEntryPath()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c874 char *newBuf; in targetEntryPath() local
877 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath()
878 if (newBuf == NULL) { in targetEntryPath()
881 helper->buf = newBuf; in targetEntryPath()