Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dmztools.c30 extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, bytesRecovered)
33 const char* fileOutTmp; variable
40 FILE* fpOutCD = fopen(fileOutTmp, "wb");
257 fpOutCD = fopen(fileOutTmp, "rb");
276 (void)remove(fileOutTmp);
Dmztools.h27 const char* fileOutTmp,