Lines Matching refs:name
104 static const char * const k_NotCensoredCollision_Message = "Internal file name collision (file on disk, file in archive):";
206 const UString *name = NULL;
232 name = &dirNames[(unsigned)dirIndex2];
239 name = &ai->Name;
252 name = &dirNames[(unsigned)dirIndex2];
254 ThrowError(k_NotCensoredCollision_Message, *name, ai->Name);
287 if (name->Len() > hostLen)
288 if ((*name)[hostLen] == ':' && CompareFileNames(*prevHostName, name->Left(hostLen)) == 0)
295 prevHostName = name;