Searched refs:existPath (Results 1 – 1 of 1) sorted by relevance
1122 FString existPath = fullProcessedPath; in GetStream() local1123 if (!AutoRenamePath(existPath)) in GetStream()1129 if (!MyMoveFile(fullProcessedPath, existPath)) in GetStream()1131 RINOK(SendMessageError2(kCantRenameFile, existPath, fullProcessedPath)); in GetStream()1204 FString existPath; in GetStream() local1207 if (!NName::GetFullPath(_dirPathPrefix_Full, us2fs(relatPath), existPath)) in GetStream()1214 existPath = us2fs(linkPath); in GetStream()1217 if (!existPath.IsEmpty()) in GetStream()1223 if (!MyCreateHardLink(fullProcessedPath, existPath)) in GetStream()1225 … RINOK(SendMessageError2("Can not create hard link", fullProcessedPath, existPath)); in GetStream()[all …]