Searched refs:fullProcessedPath (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 1156 CheckExistFile(fullProcessedPath)
1157 it can change: fullProcessedPath, _isRenamed, _overwriteMode
1161 HRESULT CArchiveExtractCallback::CheckExistFile(FString &fullProcessedPath, bool &needExit)
in CheckExistFile() argument 1167 if (fileInfo.Find(fullProcessedPath))
in CheckExistFile() 1174 const int slashPos = fullProcessedPath.ReverseFind_PathSepar();
in CheckExistFile() 1175 const FString realFullProcessedPath = fullProcessedPath.Left((unsigned)(slashPos + 1)) + fileInfo.Name;
in CheckExistFile() 1215 if (!AutoRenamePath(fullProcessedPath))
in CheckExistFile() 1217 RINOK(SendMessageError(kCantAutoRename, fullProcessedPath))
in CheckExistFile() 1224 FString existPath (fullProcessedPath);
in CheckExistFile() 1227 RINOK(SendMessageError(kCantAutoRename, fullProcessedPath))
in CheckExistFile() 1945 SetFromLinkPath( const FString &fullProcessedPath, const CLinkInfo &linkInfo, bool &linkWasSet) SetFromLinkPath() argument 2458 const FString fullProcessedPath = Hash_GetFullFilePath(); GetDiskProperty() local 2479 const FString fullProcessedPath = Hash_GetFullFilePath(); GetStream2() local [all...] |
H A D | ArchiveExtractCallback.h | 494 HRESULT Link(const FString &fullProcessedPath);
535 HRESULT CheckExistFile(FString &fullProcessedPath, bool &needExit);
549 const FString &fullProcessedPath,
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractCallbackSfx.cpp | 166 FString fullProcessedPath = _directoryPath + us2fs(processedPath);
in GetStream() local 170 _diskFilePath = fullProcessedPath;
in GetStream() 180 if (fileInfo.Find(fullProcessedPath))
in GetStream() 182 if (!DeleteFileAlways(fullProcessedPath))
in GetStream() 193 if (!_outFileStreamSpec->Create(fullProcessedPath, true))
in GetStream() 201 _diskFilePath = fullProcessedPath;
in GetStream()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 450 FString fullProcessedPath = _directoryPath + us2fs(_filePath);
in GetStream() local 451 _diskFilePath = fullProcessedPath;
in GetStream() 455 CreateComplexDir(fullProcessedPath);
in GetStream() 460 if (fi.Find(fullProcessedPath))
in GetStream() 462 if (!DeleteFileAlways(fullProcessedPath))
in GetStream() 464 PrintError("Cannot delete output file", fullProcessedPath);
in GetStream() 471 if (!_outFileStreamSpec->Open(fullProcessedPath, CREATE_ALWAYS))
in GetStream() 473 PrintError("Cannot open output file", fullProcessedPath);
in GetStream()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FilePathAutoRename.h | 8 bool AutoRenamePath(FString &fullProcessedPath);
|
Completed in 6 milliseconds