Lines Matching refs:arc
606 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc);
607 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc)
609 const CArcErrorInfo &er = arc.ErrorInfo;
612 _so->NormalizePrint_UString(arc.Path);
614 if (arc.FormatIndex == er.ErrorFormatIndex)
622 Add_Messsage_Pre_ArcType(s, "The file is open", codecs->GetFormatNamePtr(arc.FormatIndex));
647 const CArc &arc = arcLink.Arcs[level];
648 const CArcErrorInfo &er = arc.ErrorInfo;
659 _se->NormalizePrint_UString(arc.Path);
696 _so->NormalizePrint_UString(arc.Path);
730 Print_ErrorFormatIndex_Warning(_so, codecs, arc);