Lines Matching refs:Name
54 if (!DeleteEmptyFolderAndEmptySubFolders(pathPrefix + fileInfo.Name))
82 FString Name;
157 FString name = Prefix + res;
160 if (!altStream.StreamSpec->Create(name, false))
164 TempFiles->Paths.Add(name);
169 altStream.Name = name;
258 DeleteFileAlways(altStream.Name);
272 SplitPathToParts_2(path, Prefix, Name);
282 int dotPos = Name.ReverseFind(L'.');
285 if ((unsigned)dotPos == Name.Len() - 1)
287 Name.DeleteBack();
291 const UString ext = Name.Ptr(dotPos + 1);
295 Name.DeleteFrom(dotPos);
319 FString path = TempPrefix + us2fs(Name);
405 return _callback->ShowDeleteFile((*_arcItems)[arcIndex].Name);
462 static int GetReverseSlashPos(const UString &name)
464 int slashPos = name.ReverseFind(L'/');
466 int slash1Pos = name.ReverseFind(L'\\');
555 if (rp.GetNewPath(ai.IsDir, ai.Name, dest))
562 int colonPos = ai.Name.ReverseFind(':');
563 int slashPosPos = GetReverseSlashPos(ai.Name);
566 UString mainName = ai.Name.Left(colonPos);
575 dest += ai.Name.Ptr(colonPos + 1);
714 updateCallbackSpec->VolName = archivePath.Prefix + archivePath.Name;
835 RINOK(arc.GetItemPath(i, ai.Name));
842 ai.Censored = censor.CheckPath(ai.IsAltStream, ai.Name, !ai.IsDir);
966 property.Name = L"rsfx";
1058 errorArcType = codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name;
1116 di.Name = options.StdInFileName;
1283 UString name;
1287 name = L"stdout";
1292 name = command.ArchivePath.GetFinalPath();
1295 RINOK(callback->StartArchive(name, isUpdating))
1400 AString name = GetAnsiString(fileName);
1402 // fnSend(0, ";", (LPSTR)(LPCSTR)path, (LPSTR)(LPCSTR)name, 0);
1408 f.lpszFileName = (char *)(const char *)name;