Searched refs:fullProcessedPath (Results 1 – 5 of 5) sorted by relevance
25 bool AutoRenamePath(FString &fullProcessedPath) in AutoRenamePath() argument28 int dotPos = fullProcessedPath.ReverseFind(FTEXT('.')); in AutoRenamePath()30 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/')); in AutoRenamePath()32 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in AutoRenamePath()39 name.SetFrom(fullProcessedPath, dotPos); in AutoRenamePath()40 extension = fullProcessedPath.Ptr(dotPos); in AutoRenamePath()43 name = fullProcessedPath; in AutoRenamePath()54 return !MakeAutoName(name, extension, right, fullProcessedPath); in AutoRenamePath()
8 bool AutoRenamePath(FString &fullProcessedPath);
735 FString fullProcessedPath = us2fs(processedPath); in GetStream() local738 fullProcessedPath = _directoryPath + fullProcessedPath; in GetStream()742 _diskFilePath = fullProcessedPath; in GetStream()753 if (fileInfo.Find(fullProcessedPath)) in GetStream()761 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/')); in GetStream()763 int slash1Pos = fullProcessedPath.ReverseFind(FTEXT('\\')); in GetStream()766 FString realFullProcessedPath = fullProcessedPath.Left(slashPos + 1) + fileInfo.Name; in GetStream()790 if (!AutoRenamePath(fullProcessedPath)) in GetStream()792 RINOK(SendMessageError(kCantAutoRename, fullProcessedPath)); in GetStream()798 FString existPath = fullProcessedPath; in GetStream()[all …]
158 FString fullProcessedPath = _directoryPath + us2fs(processedPath); in GetStream() local162 _diskFilePath = fullProcessedPath; in GetStream()172 if (fileInfo.Find(fullProcessedPath)) in GetStream()174 if (!DeleteFileAlways(fullProcessedPath)) in GetStream()185 if (!_outFileStreamSpec->Create(fullProcessedPath, true)) in GetStream()193 _diskFilePath = fullProcessedPath; in GetStream()
334 FString fullProcessedPath = _directoryPath + us2fs(_filePath); in GetStream() local335 _diskFilePath = fullProcessedPath; in GetStream()339 CreateComplexDir(fullProcessedPath); in GetStream()344 if (fi.Find(fullProcessedPath)) in GetStream()346 if (!DeleteFileAlways(fullProcessedPath)) in GetStream()348 PrintError("Can not delete output file", fullProcessedPath); in GetStream()355 if (!_outFileStreamSpec->Open(fullProcessedPath, CREATE_ALWAYS)) in GetStream()357 PrintError("Can not open output file", fullProcessedPath); in GetStream()