Searched refs:dstFp (Results 1 – 2 of 2) sorted by relevance
99 FILE *dstFp = fopen(dstFile, "wb"); in CopyFile() local100 if (dstFp == nullptr) { in CopyFile()110 if (fwrite(buffer, 1, bytes, dstFp) != bytes) { in CopyFile()117 fclose(dstFp); in CopyFile()
102 FILE *dstFp = fopen(dstFile, "wb"); in CopyFile() local103 if (dstFp == nullptr) { in CopyFile()113 if (fwrite(buffer, 1, bytes, dstFp) != bytes) { in CopyFile()123 if (fclose(dstFp)) { in CopyFile()