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