Home
last modified time | relevance | path

Searched refs:BaseExtension (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp134 if (BaseExtension.IsEqualTo_NoCase(ext)) in ParseFromPath()
136 BaseExtension = ext; in ParseFromPath()
143 BaseExtension.Empty(); in ParseFromPath()
149 if (!BaseExtension.IsEmpty()) in GetFinalPath()
152 path += BaseExtension; in GetFinalPath()
160 // if BaseExtension is empty, we must ignore VolExtension also. in GetFinalVolPath()
161 if (!BaseExtension.IsEmpty()) in GetFinalVolPath()
173 if (!BaseExtension.IsEmpty()) in GetTempPath()
176 path += us2fs(BaseExtension); in GetTempPath()
235 ArchivePath.BaseExtension in SetArcPath()
[all...]
H A DUpdate.h30 UString BaseExtension; // archive type extension or "exe" extension member

Completed in 4 milliseconds