Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp1072 FString fullProcessedPath (us2fs(processedPath)); in GetStream() local
1076 fullProcessedPath = MakePath_from_2_Parts(_dirPathPrefix, fullProcessedPath); in GetStream()
1087 fullProcessedPath = pair.Path; in GetStream()
1088 fullProcessedPath += ':'; in GetStream()
1091 fullProcessedPath += us2fs(s); in GetStream()
1101 _diskFilePath = fullProcessedPath; in GetStream()
1114 if (fileInfo.Find(fullProcessedPath)) in GetStream()
1122 int slashPos = fullProcessedPath.ReverseFind_PathSepar(); in GetStream()
1123 FString realFullProcessedPath (fullProcessedPath.Left(slashPos + 1) + fileInfo.Name); in GetStream()
1147 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.cpp372 FString fullProcessedPath = _directoryPath + us2fs(_filePath); in GetStream() local
373 _diskFilePath = fullProcessedPath; in GetStream()
377 CreateComplexDir(fullProcessedPath); in GetStream()
382 if (fi.Find(fullProcessedPath)) in GetStream()
384 if (!DeleteFileAlways(fullProcessedPath)) in GetStream()
386 PrintError("Can not delete output file", fullProcessedPath); in GetStream()
393 if (!_outFileStreamSpec->Open(fullProcessedPath, CREATE_ALWAYS)) in GetStream()
395 PrintError("Can not open output file", fullProcessedPath); in GetStream()
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.h8 bool AutoRenamePath(FString &fullProcessedPath);