Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp1038 FString fullProcessedPath = us2fs(processedPath); in GetStream() local
1042 fullProcessedPath = MakePath_from_2_Parts(_dirPathPrefix, fullProcessedPath); in GetStream()
1053 fullProcessedPath = pair.Path; in GetStream()
1054 fullProcessedPath += (FChar)':'; in GetStream()
1057 fullProcessedPath += us2fs(s); in GetStream()
1067 _diskFilePath = fullProcessedPath; in GetStream()
1080 if (fileInfo.Find(fullProcessedPath)) in GetStream()
1088 int slashPos = fullProcessedPath.ReverseFind_PathSepar(); in GetStream()
1089 FString realFullProcessedPath = fullProcessedPath.Left(slashPos + 1) + fileInfo.Name; in GetStream()
1113 if (!AutoRenamePath(fullProcessedPath)) in GetStream()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp166 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()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp342 FString fullProcessedPath = _directoryPath + us2fs(_filePath); in GetStream() local
343 _diskFilePath = fullProcessedPath; in GetStream()
347 CreateComplexDir(fullProcessedPath); in GetStream()
352 if (fi.Find(fullProcessedPath)) in GetStream()
354 if (!DeleteFileAlways(fullProcessedPath)) in GetStream()
356 PrintError("Can not delete output file", fullProcessedPath); in GetStream()
363 if (!_outFileStreamSpec->Open(fullProcessedPath, CREATE_ALWAYS)) in GetStream()
365 PrintError("Can not open output file", fullProcessedPath); in GetStream()
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.h8 bool AutoRenamePath(FString &fullProcessedPath);