Home | History | Annotate | Download | only in Windows

Lines Matching full:temppath

773   CSysString tempPath;

774 if (!MyGetTempPath(tempPath))
776 if (Create(tempPath, prefix, resultPath) != 0)
781 if (!MyGetWindowsDirectory(tempPath))
783 return (Create(tempPath, prefix, resultPath) != 0);
811 UString tempPath;
812 if (!MyGetTempPath(tempPath))
814 if (Create(tempPath, prefix, resultPath) != 0)
816 if (!MyGetWindowsDirectory(tempPath))
818 return (Create(tempPath, prefix, resultPath) != 0);
834 CSysString prefix = tempPath + prefixChars;
873 CSysString prefix = tempPath + prefixChars;