Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c838 char *newBuf; in targetEntryPath() local
841 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath()
842 if (newBuf == NULL) { in targetEntryPath()
845 helper->buf = newBuf; in targetEntryPath()