Lines Matching refs:arcPath
193 const CObjectVector<COpenType> &types, const UString &arcPath)
209 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
217 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
237 ArchivePath.ParseFromPath(arcPath, ArcNameMode);
651 const UString arcPath = archivePath.GetFinalPath();
652 updateCallbackSpec->ArcFileName = ExtractFileNameFromPath(arcPath);
1180 UString arcPath = options.ArchivePath.GetFinalPath();
1184 arcPath = options.ArchivePath.GetFinalVolPath();
1185 arcPath += ".001";
1196 if (!fi.Find_FollowLink(us2fs(arcPath)))
1210 us2fs(arcPath),
1226 us2fs(arcPath),
1237 errorInfo.FileNames.Add(us2fs(arcPath));
1258 op.filePath = arcPath;
1260 RINOK(callback->StartOpenArchive(arcPath))
1267 HRESULT res2 = callback->OpenResult(codecs, arcLink, arcPath, result);
1600 // attrib = NFind::GetFileAttrib(us2fs(arcPath));
1601 if (!DeleteFileAlways(us2fs(arcPath)))
1602 return errorInfo.SetFromLastError("cannot delete the file", us2fs(arcPath));
1605 if (!MyMoveFile(tempPath, us2fs(arcPath)))
1608 errorInfo.FileNames.Add(us2fs(arcPath));
1615 DWORD attrib2 = NFind::GetFileAttrib(us2fs(arcPath));
1617 NDir::SetFileAttrib(us2fs(arcPath), attrib2 | FILE_ATTRIBUTE_READONLY);