Home | History | Annotate | Download | only in Common

Lines Matching refs:realPath

693       FString realPath;

705 realPath = archivePath.GetTempPath();
708 realPath = us2fs(archivePath.GetFinalPath());
709 if (outStreamSpec->Create(realPath, false))
711 tempFiles.Paths.Add(realPath);
722 return errorInfo.SetFromLastError("cannot open file", realPath);
766 FString realPath = us2fs(archivePath.GetFinalPath());
767 if (!outStreamSpec2->Create(realPath, false))
768 return errorInfo.SetFromLastError("cannot open file", realPath);