Lines Matching refs:tempPath
844 FString tempPath;
845 if (!MyGetTempPath(tempPath))
848 tempPath += namePrefix;
849 if (!CreateTempFile2(tempPath, true, postfix, outFile))
851 _path = tempPath;
896 FString tempPath;
897 if (!MyGetTempPath(tempPath))
899 tempPath += prefix;
901 if (!CreateTempFile2(tempPath, true, postfix, NULL))
903 _path = tempPath;