Home | History | Annotate | Download | only in Common

Lines Matching refs:arcPath

125       const UString &arcPath = arcPaths[i];

126 if (!fi.Find(arcPath))
144 const UString &arcPath = arcPaths[i];
153 if (!fi.Find(arcPath) || fi.IsDir())
161 RINOK(extractCallback->BeforeOpen(arcPath));
168 int pos = arcPath.ReverseFind(L'.');
171 UString s = arcPath.Mid(pos + 1);
175 s = arcPath.Left(pos);
190 HRESULT result = archiveLink.Open2(codecs, formatIndices2, options.StdInMode, NULL, arcPath, openCallback);
199 RINOK(extractCallback->OpenResult(arcPath, result, crypted));