Home | History | Annotate | Download | only in TestNetscapePlugIn

Lines Matching defs:tempFile

778     FILE* tempFile = fopen(path, "w");
779 if (!tempFile)
782 if (!fwrite(contentsString.UTF8Characters, contentsString.UTF8Length, 1, tempFile))
785 fclose(tempFile);