Searched refs:SendMessageError (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 508 SendMessageError("Cannot create folder", fullPath);
in CreateComplexDirectory() 540 HRESULT CArchiveExtractCallback::SendMessageError(const char *message, const FString &path)
in SendMessageError() function in CArchiveExtractCallback 1217 RINOK(SendMessageError(kCantAutoRename, fullProcessedPath))
in CheckExistFile() 1227 RINOK(SendMessageError(kCantAutoRename, fullProcessedPath))
in CheckExistFile() 1980 RINOK(SendMessageError("Incorrect path", us2fs(relatPath)))
in SetFromLinkPath() 1990 return SendMessageError("Empty link", fullProcessedPath);
in SetFromLinkPath() 2064 return SendMessageError("Cannot fill link data", us2fs(_item.Path));
in SetFromLinkPath() 2069 SendMessageError("reconstructed Reparse is different", fs2us(existPath));
in SetFromLinkPath() 2076 RINOK(SendMessageError("Internal error for symbolic link file", us2fs(_item.Path)))
in SetFromLinkPath()
|
H A D | ArchiveExtractCallback.h | 420 HRESULT SendMessageError(const char *message, const FString &path);
|
Completed in 4 milliseconds