Home | History | Annotate | Download | only in Common

Lines Matching refs:arcPath

246 bool CUpdateOptions::Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &arcPath)

257 MethodMode.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
273 ArchivePath.ParseFromPath(arcPath);
680 const UString arcPath = options.ArchivePath.GetFinalPath();
685 if (fi.Find(arcPath))
694 HRESULT result = arcLink.Open2(codecs, formatIndices, false, NULL, arcPath, openCallback);
697 RINOK(callback->OpenResult(arcPath, result));
844 if (!NDirectory::DeleteFileAlways(arcPath))
848 errorInfo.FileName = arcPath;
851 if (!NDirectory::MyMoveFile(tempPath, arcPath))
856 errorInfo.FileName2 = arcPath;
888 UString arcPath;
889 if (!NFile::NDirectory::MyGetFullPathName(ap.GetFinalPath(), arcPath))
895 fullPaths.Add(arcPath);
900 UString arcPath = fullPaths[i];
901 UString fileName = ExtractFileNameFromPath(arcPath);
902 AString path = GetAnsiString(arcPath);