Lines Matching refs:Name
35 di.Name = fs2us(fi.Name);
42 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const
45 unsigned len = name.Len();
52 len -= name.Len();
53 memcpy(p + len, (const wchar_t *)name, name.Len() * sizeof(wchar_t));
67 return GetPrefixesPath(PhyParents, di.PhyParent, di.Name);
73 return GetPrefixesPath(LogParents, di.LogParent, di.Name);
186 AddSecurityItem(phyPrefix + fi.Name, secureIndex);
193 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR;
241 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR;
291 const FString fullPath = phyPrefix + fi.Name;
312 fi2.Name += us2fs(reducedName);
326 const FString path = phyPrefix + fi.Name;
349 const UString name = fs2us(fi.Name);
352 addArchivePrefixNew.Add(name);
365 dirItems.AddSecurityItem(phyPrefix + fi.Name, secureIndex);
397 int index = curNode.FindSubNode(name);
408 addArchivePrefixNew.Add(name);
412 *nextNode, phyParent, logParent, fi.Name, phyPrefix,
426 const UString &name = item.PathParts.Front();
427 if (name.IsEmpty())
430 /* Windows doesn't support file name with wildcard.
431 but if another system supports file name with wildcard,
432 and wildcard mode is disabled, we can ignore wildcard in name */
437 if (DoesNameContainWildcard(name))
471 const UString &name = item.PathParts.Front();
472 const FString fullPath = phyPrefix + us2fs(name);
478 fi.Name = fullPath;
495 pathParts.Add(fs2us(fi.Name));
523 pathParts.Add(fs2us(fi.Name));
534 int index = curNode.FindSubNode(name);
545 addArchivePrefixNew.Add(name); // don't change it to fi.Name. It's for shortnames support
548 RINOK(EnumerateDirItems_Spec(*nextNode, phyParent, logParent, fi.Name, phyPrefix,
558 const FString fullPath = phyPrefix + us2fs(nextNode.Name);
561 if (phyPrefix.IsEmpty() && NWildcard::IsDriveColonName(nextNode.Name))
564 fi.Name = fullPath;
581 RINOK(EnumerateDirItems_Spec(nextNode, phyParent, logParent, fi.Name, phyPrefix,
602 const UString &name = item.PathParts.Front();
603 if (name.Len() != 2 || name[1] != ':')
608 if (NWildcard::IsDriveColonName(name))
610 if (name[0] != '*' && name[0] != '?')
625 fi.Name = driveName;