Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DDirItem.h31 UString GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const;
DEnumDirItems.cpp26 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const in GetPrefixesPath() function in CDirItems
51 return GetPrefixesPath(PhyParents, di.PhyParent, di.Name); in GetPhyPath()
57 return GetPrefixesPath(LogParents, di.LogParent, di.Name); in GetLogPath()