Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dmztools.c39 FILE* fpOut = fopen(fileOut, "wb"); variable
41 if (fpZip != NULL && fpOut != NULL) {
67 if (fwrite(header, 1, 30, fpOut) == 30) {
78 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
127 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
262 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
273 fclose(fpOut);
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py785 fpOut = open(fname, 'wb')
789 fpOut.write(block)
792 fpOut.close()
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py811 fpOut = open(fname, 'wb')
815 fpOut.write(block)
818 fpOut.close()