• Home
  • Raw
  • Download

Lines Matching refs:fullProcessedPath

1204 HRESULT CArchiveExtractCallback::CheckExistFile(FString &fullProcessedPath, bool &needExit)
1210 if (fileInfo.Find(fullProcessedPath))
1217 const int slashPos = fullProcessedPath.ReverseFind_PathSepar();
1218 …const FString realFullProcessedPath = fullProcessedPath.Left((unsigned)(slashPos + 1)) + fileInfo.…
1258 if (!AutoRenamePath(fullProcessedPath))
1260 RINOK(SendMessageError(kCantAutoRename, fullProcessedPath))
1267 FString existPath (fullProcessedPath);
1270 RINOK(SendMessageError(kCantAutoRename, fullProcessedPath))
1274 if (!MyMoveFile(fullProcessedPath, existPath))
1277 RINOK(SendMessageError2(errorCode, kCantRenameFile, existPath, fullProcessedPath))
1286 if (!RemoveDir(fullProcessedPath))
1288 RINOK(SendMessageError_with_LastError(kCantDeleteOutputDir, fullProcessedPath))
1294 if (NFind::DoesFileExist_Raw(fullProcessedPath))
1295 if (!DeleteFileAlways(fullProcessedPath))
1298 RINOK(SendMessageError_with_LastError(kCantDeleteOutputFile, fullProcessedPath))
1309 const int colonPos = NName::FindAltStreamColon(fullProcessedPath);
1310 if (colonPos >= 0 && fullProcessedPath[(unsigned)colonPos + 1] != 0)
1312 FString parentFsPath (fullProcessedPath);
1361 FString fullProcessedPath (us2fs(processedPath));
1365 fullProcessedPath = MakePath_from_2_Parts(_dirPathPrefix, fullProcessedPath);
1375 fullProcessedPath = pair.Path;
1376 fullProcessedPath.Add_Colon();
1379 fullProcessedPath += us2fs(s);
1386 _diskFilePath = fullProcessedPath;
1400 RINOK(CheckExistFile(fullProcessedPath, needExit))
1406 _diskFilePath = fullProcessedPath;
1424 RINOK(SetFromLinkPath(fullProcessedPath, _link, linkWasSet))
1453 hl = fullProcessedPath;
1456 if (!MyCreateHardLink(fullProcessedPath, hl))
1459 RINOK(SendMessageError2(errorCode, kCantCreateHardLink, fullProcessedPath, hl))
1481 if (!_outFileStreamSpec->Create_ALWAYS_or_Open_ALWAYS(fullProcessedPath, !_isSplit))
1485 RINOK(SendMessageError_with_LastError(kCantOpenOutFile, fullProcessedPath))
1529 RINOK(SendMessageError_with_LastError(kCantSetFileLen, fullProcessedPath))
1551 RINOK(SendMessageError_with_LastError("Cannot seek to begin of file", fullProcessedPath))
1558 CIndexToPathPair pair(index, fullProcessedPath);
1562 _renamedFiles[insertIndex].Path = fullProcessedPath;
2021 const FString &fullProcessedPath,
2065 return SendMessageError("Empty link", fullProcessedPath);
2071 if (!MyCreateHardLink(fullProcessedPath, existPath))
2074 RINOK(SendMessageError2(errorCode, kCantCreateHardLink, fullProcessedPath, existPath))
2159 if (!NFile::NIO::SetReparseData(fullProcessedPath, _item.IsDir, data, (DWORD)data.Size()))
2161 RINOK(SendMessageError_with_LastError(kCantCreateSymLink, fullProcessedPath))
2171 if (!NFile::NIO::SetSymLink(fullProcessedPath, existPath))
2173 RINOK(SendMessageError_with_LastError(kCantCreateSymLink, fullProcessedPath))
2520 FString fullProcessedPath (us2fs(processedPath));
2524 fullProcessedPath = MakePath_from_2_Parts(
2527 fullProcessedPath);
2529 return fullProcessedPath;
2540 const FString fullProcessedPath = Hash_GetFullFilePath();
2542 if (fi.Find_FollowLink(fullProcessedPath))
2561 const FString fullProcessedPath = Hash_GetFullFilePath();
2566 if (!inStreamSpec->OpenShared(fullProcessedPath, _ntOptions.OpenShareForWrite))
2568 RINOK(SendMessageError_with_LastError(kCantOpenInFile, fullProcessedPath))