Home
last modified time | relevance | path

Searched refs:elimPrefix (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp57 UString elimPrefix; // only pure name without dir delimiter in DecompressArchive() local
63 SplitPathToParts_Smart(fs2us(outDir), dirPrefix, elimPrefix); in DecompressArchive()
64 if (!elimPrefix.IsEmpty()) in DecompressArchive()
66 if (IsPathSepar(elimPrefix.Back())) in DecompressArchive()
67 elimPrefix.DeleteBack(); in DecompressArchive()
68 if (!elimPrefix.IsEmpty()) in DecompressArchive()
115 if (!IsPath1PrefixedByPath2(s, elimPrefix)) in DecompressArchive()
119 wchar_t c = s[elimPrefix.Len()]; in DecompressArchive()
148 removePathParts.Add(elimPrefix); in DecompressArchive()