Lines Matching refs:archivePath
353 CArchivePath &archivePath,
651 const UString arcPath = archivePath.GetFinalPath();
670 if (!GetOnlyDirPrefix(us2fs(archivePath.GetFinalPath()), dirPrefix))
696 if (archivePath.Temp)
700 archivePath.TempPostfix.Empty();
701 archivePath.TempPostfix.Add_UInt32(i);
703 realPath = archivePath.GetTempPath();
706 realPath = us2fs(archivePath.GetFinalPath());
715 if (!archivePath.Temp)
733 volStreamSpec->Prefix = us2fs(archivePath.GetFinalVolPath());
744 updateCallbackSpec->VolName = archivePath.Prefix + archivePath.Name;
745 if (!archivePath.VolExtension.IsEmpty())
746 updateCallbackSpec->VolExt = UString('.') + archivePath.VolExtension;
765 const FString realPath = us2fs(archivePath.GetFinalPath());