Home | History | Annotate | Download | only in Common

Lines Matching refs:ArchivePath

271   ArchivePath.BaseExtension = ext;

272 ArchivePath.VolExtension = typeExt;
273 ArchivePath.ParseFromPath(arcPath);
277 uc.ArchivePath.BaseExtension = ext;
278 uc.ArchivePath.VolExtension = typeExt;
279 uc.ArchivePath.ParseFromPath(uc.UserArchivePath);
306 CArchivePath &archivePath,
394 if (!NFile::NDirectory::MyGetFullPathName(archivePath.GetFinalPath(), resultPath, pos))
414 if (archivePath.Temp)
420 archivePath.TempPostfix = s;
422 realPath = archivePath.GetTempPath();
425 realPath = archivePath.GetFinalPath();
434 if (!archivePath.Temp)
453 volStreamSpec->Prefix = archivePath.GetFinalPath() + UString(L".");
459 updateCallbackSpec->VolName = archivePath.Prefix + archivePath.Name;
460 if (!archivePath.VolExtension.IsEmpty())
461 updateCallbackSpec->VolExt = UString(L'.') + archivePath.VolExtension;
487 UString realPath = archivePath.GetFinalPath();
583 RINOK(callback->StartArchive(command.ArchivePath.GetFinalPath(),
591 command.ArchivePath,
680 const UString arcPath = options.ArchivePath.GetFinalPath();
682 if (!options.ArchivePath.OriginalPath.IsEmpty())
780 CArchivePath &ap = options.Commands[0].ArchivePath;
781 ap = options.ArchivePath;
797 CArchivePath &ap = options.Commands[i].ArchivePath;
841 CArchivePath &ap = options.Commands[0].ArchivePath;
887 CArchivePath &ap = options.Commands[i].ArchivePath;