Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp353 CArchivePath &archivePath, in Compress() argument
651 const UString arcPath = archivePath.GetFinalPath(); in Compress()
670 if (!GetOnlyDirPrefix(us2fs(archivePath.GetFinalPath()), dirPrefix)) in Compress()
696 if (archivePath.Temp) in Compress()
700 archivePath.TempPostfix.Empty(); in Compress()
701 archivePath.TempPostfix.Add_UInt32(i); in Compress()
703 realPath = archivePath.GetTempPath(); in Compress()
706 realPath = us2fs(archivePath.GetFinalPath()); in Compress()
715 if (!archivePath.Temp) in Compress()
733 volStreamSpec->Prefix = us2fs(archivePath.GetFinalVolPath()); in Compress()
[all …]
DArchiveCommandLine.cpp887 UString archivePath = postString.Ptr(1); in ParseUpdateCommandString() local
888 if (archivePath.IsEmpty()) in ParseUpdateCommandString()
890 uc.UserArchivePath = archivePath; in ParseUpdateCommandString()