Lines Matching refs:existPath
1156 FString existPath (fullProcessedPath); in GetStream() local
1157 if (!AutoRenamePath(existPath)) in GetStream()
1163 if (!MyMoveFile(fullProcessedPath, existPath)) in GetStream()
1165 RINOK(SendMessageError2(kCantRenameFile, existPath, fullProcessedPath)); in GetStream()
1240 FString existPath; in GetStream() local
1243 if (!NName::GetFullPath(_dirPathPrefix_Full, us2fs(relatPath), existPath)) in GetStream()
1250 existPath = us2fs(linkPath); in GetStream()
1253 if (!existPath.IsEmpty()) in GetStream()
1259 if (!MyCreateHardLink(fullProcessedPath, existPath)) in GetStream()
1261 RINOK(SendMessageError2(kCantCreateHardLink, fullProcessedPath, existPath)); in GetStream()
1298 if (FillLinkData(data, fs2us(existPath), !isJunction)) in GetStream()