Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp798 FString existPath = fullProcessedPath; in GetStream() local
799 if (!AutoRenamePath(existPath)) in GetStream()
805 if (!MyMoveFile(fullProcessedPath, existPath)) in GetStream()
853 FString existPath; in GetStream() local
856 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()