Lines Matching refs:existPath
1224 FString existPath (fullProcessedPath);
1225 if (!AutoRenamePath(existPath))
1231 if (!MyMoveFile(fullProcessedPath, existPath))
1234 RINOK(SendMessageError2(errorCode, kCantRenameFile, existPath, fullProcessedPath))
1975 FString existPath;
1978 if (!NName::GetFullPath(_dirPathPrefix_Full, us2fs(relatPath), existPath))
1985 existPath = us2fs(linkInfo.linkPath);
1989 if (existPath.IsEmpty())
1996 if (!MyCreateHardLink(fullProcessedPath, existPath))
1999 RINOK(SendMessageError2(errorCode, kCantCreateHardLink, fullProcessedPath, existPath))
2008 if (!fi.Find(existPath))
2010 RINOK(SendMessageError2("Cannot find the file for copying", existPath, fullProcessedPath));
2015 _copyFile_Path = existPath;
2018 RINOK(SendMessageError2("File size collision for file copying", existPath, fullProcessedPath));
2020 // RINOK(MyCopyFile(existPath, fullProcessedPath));
2062 // printf("\nFillLinkData(): %s\n", GetOemString(existPath).Ptr());
2063 if (!FillLinkData(data, fs2us(existPath), !linkInfo.isJunction, linkInfo.isWSL))
2069 SendMessageError("reconstructed Reparse is different", fs2us(existPath));
2091 if (!NFile::NIO::SetSymLink(fullProcessedPath, existPath))