Searched refs:existPath (Results 1 – 1 of 1) sorted by relevance
1156 FString existPath (fullProcessedPath); in GetStream() local1157 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() local1243 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()[all …]