Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp1224 FString existPath (fullProcessedPath); in CheckExistFile()
1225 if (!AutoRenamePath(existPath)) in CheckExistFile()
1231 if (!MyMoveFile(fullProcessedPath, existPath)) in CheckExistFile()
1234 RINOK(SendMessageError2(errorCode, kCantRenameFile, existPath, fullProcessedPath)) in CheckExistFile()
1975 FString existPath; in SetFromLinkPath() local
1978 if (!NName::GetFullPath(_dirPathPrefix_Full, us2fs(relatPath), existPath)) in SetFromLinkPath()
1985 existPath = us2fs(linkInfo.linkPath); in SetFromLinkPath()
1989 if (existPath.IsEmpty()) in SetFromLinkPath()
1996 if (!MyCreateHardLink(fullProcessedPath, existPath)) in SetFromLinkPath()
1999 RINOK(SendMessageError2(errorCode, kCantCreateHardLink, fullProcessedPath, existPath)) in SetFromLinkPath()
[all...]

Completed in 3 milliseconds