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