Home | History | Annotate | Download | only in TestNetscapePlugIn.subproj

Lines Matching refs:tempFile

655     FILE* tempFile = fopen(path, "w");
656 if (!tempFile)
659 fwrite(contentsString.UTF8Characters, contentsString.UTF8Length, 1, tempFile);
660 fclose(tempFile);