Lines Matching defs:Name
19 UString Name; // base name
33 SplitPathToParts(path, Prefix, Name);
34 int dotPos = Name.ReverseFind(L'.');
37 if (dotPos == Name.Length() - 1)
39 Name = Name.Left(dotPos);
43 if (BaseExtension.CompareNoCase(Name.Mid(dotPos + 1)) == 0)
45 BaseExtension = Name.Mid(dotPos + 1);
46 Name = Name.Left(dotPos);
54 return Prefix + Name;
68 UString path = TempPrefix + Name;
154 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result) x; \
157 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
159 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x; \