Searched refs:tempFile (Results 1 – 2 of 2) sorted by relevance
394 std::string tempFile = TempFileName(); in CreateTemporaryFileInDir() local395 sprintf(tempFileNameOut, "%s/%s", dir, tempFile.c_str()); in CreateTemporaryFileInDir()
989 for (const std::string &tempFile : {processInfo->filterFileName, processInfo->resultsFileName}) in finishProcess()993 if (!angle::DeleteFile(tempFile.c_str())) in finishProcess()995 std::cerr << "Warning: Error cleaning up temp file: " << tempFile << "\n"; in finishProcess()