Lines Matching refs:arcPath
295 const FString arcPath = us2fs(arcPaths[i]);
296 if (!fi.Find_FollowLink(arcPath))
299 SetErrorMessage("Cannot find archive file", arcPath, errorCode, errorMessage);
305 SetErrorMessage("The item is a directory", arcPath, errorCode, errorMessage);
347 const UString &arcPath = arcPaths[i];
360 if (!fi.Find_FollowLink(us2fs(arcPath)) || fi.IsDir())
363 SetErrorMessage("Cannot find archive file", us2fs(arcPath), errorCode, errorMessage);
374 RINOK(extractCallback->BeforeOpen(arcPath, options.TestMode))
382 int pos = arcPath.ReverseFind(L'.');
385 UString s = arcPath.Ptr(pos + 1);
389 s = arcPath.Left(pos);
415 op.filePath = arcPath;
423 RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, result))
437 ReadZoneFile_Of_BaseFile(us2fs(arcPath), ecs->ZoneBuf);
452 RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, E_NOTIMPL))
462 if (!NFile::NDir::GetOnlyDirPrefix(us2fs(arcPath), dirPrefix))