Lines Matching refs:fullProcessedPath
270 UString fullProcessedPath = _directoryPath + processedPath; in GetStream() local
274 _diskFilePath = fullProcessedPath; in GetStream()
283 if (fileInfo.Find(fullProcessedPath)) in GetStream()
293 fullProcessedPath, &fileInfo.MTime, &fileInfo.Size, fullPath, in GetStream()
322 if (!AutoRenamePath(fullProcessedPath)) in GetStream()
324 UString message = UString(kCantAutoRename) + fullProcessedPath; in GetStream()
331 UString existPath = fullProcessedPath; in GetStream()
334 UString message = kCantAutoRename + fullProcessedPath; in GetStream()
338 if (!NFile::NDirectory::MyMoveFile(fullProcessedPath, existPath)) in GetStream()
340 UString message = UString(kCantRenameFile) + fullProcessedPath; in GetStream()
346 if (!NFile::NDirectory::DeleteFileAlways(fullProcessedPath)) in GetStream()
348 UString message = UString(kCantDeleteOutputFile) + fullProcessedPath; in GetStream()
359 if (!_outFileStreamSpec->Open(fullProcessedPath, _isSplit ? OPEN_ALWAYS: CREATE_ALWAYS)) in GetStream()
363 UString message = L"can not open output file " + fullProcessedPath; in GetStream()
375 _diskFilePath = fullProcessedPath; in GetStream()