Home
last modified time | relevance | path

Searched refs:existPath (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp1207 FString existPath (fullProcessedPath); in CheckExistFile() local
1208 if (!AutoRenamePath(existPath)) in CheckExistFile()
1214 if (!MyMoveFile(fullProcessedPath, existPath)) in CheckExistFile()
1217 RINOK(SendMessageError2(errorCode, kCantRenameFile, existPath, fullProcessedPath)); in CheckExistFile()
1962 FString existPath; in SetFromLinkPath() local
1965 if (!NName::GetFullPath(_dirPathPrefix_Full, us2fs(relatPath), existPath)) in SetFromLinkPath()
1972 existPath = us2fs(linkInfo.linkPath); in SetFromLinkPath()
1976 if (existPath.IsEmpty()) in SetFromLinkPath()
1983 if (!MyCreateHardLink(fullProcessedPath, existPath)) in SetFromLinkPath()
1986 RINOK(SendMessageError2(errorCode, kCantCreateHardLink, fullProcessedPath, existPath)); in SetFromLinkPath()
[all …]