Searched refs:existPath (Results 1 – 1 of 1) sorted by relevance
798 FString existPath = fullProcessedPath; in GetStream() local799 if (!AutoRenamePath(existPath)) in GetStream()805 if (!MyMoveFile(fullProcessedPath, existPath)) in GetStream()853 FString existPath; in GetStream() local856 if (!NName::GetFullPath(_directoryPathFull, us2fs(relatPath), existPath)) in GetStream()863 existPath = us2fs(linkPath); in GetStream()866 if (!existPath.IsEmpty()) in GetStream()870 if (!MyCreateHardLink(fullProcessedPath, existPath)) in GetStream()872 RINOK(SendMessageError2("Can not create hard link", fullProcessedPath, existPath)); in GetStream()887 if (FillLinkData(data, fs2us(existPath), !isJunction)) in GetStream()